Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ranjitlall authored Nov 5, 2020
1 parent bcb3b0c commit 6b0b406
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,10 @@ library(rMIDAS)
# Point to a Python binary
set_python_env(python = "path/to/python/binary")

# Point to a virtualenv binary
# Or point to a virtualenv binary
set_python_env(python = "virtual_env", type = "virtualenv")

# Point to a condaenv, where conda can be supplied to choose a specific executable
# Or point to a condaenv, where conda can be supplied to choose a specific executable
set_python_env(python = "conda_env", type = "condaenv", conda = "auto")

# Now run rMIDAS::train() and rMIDAS::complete()...
Expand Down

0 comments on commit 6b0b406

Please sign in to comment.