Skip to contents

Download and install all the relevant Python packages into a target location

Usage

install_python_pkgs(venv, standard_kats = TRUE)

Arguments

venv

character specifying the name of the new virtual environment to create

standard_kats

Boolean denoting whether to try a standard installation of Kats from PyPI using reticulate::virtualenv_install or to install a safer version with less dependencies. Defaults to TRUE

Value

no return value; called for side effects

Author

Trent Henderson

Examples

if (FALSE) {
install_python_pkgs("theft-test")
}