Learn R Programming

arete (version 0.1)

install_python_packages: Update python dependencies

Description

Install python dependencies needed to run arete.

Usage

install_python_packages(envname, verbose = TRUE, ...)

Value

NULL. If any packages failed to install, a character listing which.

Arguments

envname

character. Name or path to the Python virtual environment being used for arete.

verbose

logical. Determines if output should be printed.

...

Other parameters to pass to the installation function as per the documentation of py_install

See Also

arete_setup

Examples

Run this code
if (FALSE) {
install_python_packages("./path/to/venv")
}

Run the code above in your browser using DataLab