Learn R Programming

theft (version 0.8.2)

install_python_pkgs: Download and install tsfresh, TSFEL, and Kats from Python into a new virtual environment

Description

Download and install tsfresh, TSFEL, and Kats from Python into a new virtual environment

Usage

install_python_pkgs(venv, python)

Value

no return value; called for side effects

Arguments

venv

character specifying the name of the new virtual environment to create

python

character specifying the filepath to the Python interpreter to use. Python 3.10 is recommended

Author

Trent Henderson

Examples

Run this code
if (FALSE) {
install_python_pkgs("theft-test", "/usr/local/bin/python3.10")
}

Run the code above in your browser using DataLab