Install Required Python Modules
Arguments
- system
boolean
, Use asystem()
call topython -m pip install --user ...
instead ofreticulate::py_install()
. Default:FALSE
.- force
boolean
, Force update (uninstall/reinstall) and ignore existing installed packages? Default:FALSE
. Applies tosystem=TRUE
.- ...
Additional arguments passed to
reticulate::py_install()
Details
This function provides a basic wrapper around
reticulate::py_install()
, except it defaults to using the Python package
manager pip
and virtual environment. It creates the r-wbw
virtual environment in the default location
(run reticulate::virtualenv_root()
to find it) and installs the
required python packages.