Skip to content

Commit

Permalink
Update Quickstart section
Browse files Browse the repository at this point in the history
  • Loading branch information
mariaderrico committed May 6, 2021
1 parent 2805d87 commit bf23c94
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,7 @@ of the use-case example, the DPA Python package has to be loaded. Assuming the D
library(reticulate)
use_virtualenv("path_toEnv/venvdpa/", required=TRUE)
setwd("path_toDPA/DPA")
DPA <- import_from_path("DPA", path="Pipeline/")
PAk <- import_from_path("PAk", path="Pipeline/")
DPA <- import_from_path("DPA", path="src/Pipeline/")

.. References
Expand Down

0 comments on commit bf23c94

Please sign in to comment.