Install Scrublet Python Package
install_scrublet.Rd
Install Scrublet Python package into a virtualenv or conda env.
Usage
install_scrublet(
envname = "r-reticulate",
method = "auto",
conda = "auto",
pip = TRUE,
...
)
Arguments
- envname
Name of environment to install packages into
- method
Installation method. By default, "auto" automatically finds a method that will work in the local environment. Change the default to force a specific installation method. Note that the "virtualenv" method is not available on Windows.
- conda
Path to conda executable (or "auto" to find conda using the PATH and other conventional install locations).
- pip
Install from pip, if possible.
- ...
Additional arguments passed to conda_install() or virtualenv_install().