powered by
Install python dependencies needed to run arete.
install_python_packages(envname, verbose = TRUE, ...)
NULL. If any packages failed to install, a character listing which.
character. Name or path to the Python virtual environment being used for arete.
logical. Determines if output should be printed.
Other parameters to pass to the installation function as per the documentation of py_install
py_install
arete_setup
if (FALSE) { install_python_packages("./path/to/venv") }
Run the code above in your browser using DataLab