Skip to content

Latest commit

 

History

History
68 lines (46 loc) · 1.98 KB

File metadata and controls

68 lines (46 loc) · 1.98 KB

Time Series Toolkit

YouTube Reddit

GitHub   YouTube   My Awesome Lists

📖 Contents

Install required tools on Linux

For Ubuntu 18.04, 20.04, 22.04

sudo apt-get update
Install required python libs

pip install

pip install -r requirements.txt
python3 setup.py install

conda install

conda config --add channels conda-forge
conda install --file requirements_conda.txt
python3 setup.py install

My Awesome Lists

You can access the my awesome lists here

Contributing

Contributions of any kind welcome, just follow the guidelines!

Contributors

Thanks goes to these contributors!

🔼 Back to top