Skip to contents

Download and install tsfresh from Python into a new virtual environment

Usage

install_tsfresh(venv, python)

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

Value

no return value; called for side effects

Author

Trent Henderson

Examples

if (FALSE) {
install_tsfresh("theft-test", "/usr/local/bin/python3.10")
}