Download and install all the relevant Python packages into a target location
Source:R/install_python_pkgs.R
install_python_pkgs.Rd
Download and install all the relevant Python packages into a target location
Arguments
- venv
character
specifying the name of the new virtual environment to create- standard_kats
Boolean
denoting whether to try a standard installation ofKats
from PyPI usingreticulate::virtualenv_install
or to install a safer version with less dependencies. Defaults toTRUE