virtualenv_create_win | R Documentation |
virtualenv_create_win
creates a new Python virtual environment and
installs updated versions of pip, setuptools, and wheel in addition to any
other user-provided packages that are available on
PyPI.
virtualenv_create_win(envdir, envname, packages = NULL)
envdir |
Directory to create virtual environment within. |
envname |
Name of new virtual environment. |
packages |
Additional python packages to install. When |
NULL
. Called for side effects.
## Not run: virtualenv_create_win("~/.venv/", "foo-bar", c("numpy", "pandas")) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.