install_python_pkgs {theft} | R Documentation |
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)
Arguments
venv |
|
python |
|
Value
no return value; called for side effects
Author(s)
Trent Henderson
Examples
## Not run:
install_python_pkgs("theft-test", "/usr/local/bin/python3.10")
## End(Not run)
[Package theft version 0.8.1 Index]