An open API service indexing awesome lists of open source software.

https://github.com/cybersecurity-dev/timeseries-toolkit

Time Series Toolkit
https://github.com/cybersecurity-dev/timeseries-toolkit

Last synced: 4 months ago
JSON representation

Time Series Toolkit

Awesome Lists containing this project

README

          

# Time Series Toolkit
[![made-with-python](http://forthebadge.com/images/badges/made-with-python.svg)](https://www.python.org/)
[![open-source](https://forthebadge.com/images/badges/open-source.svg)](https://cyberthreatdefence.com/)


Install required tools on Linux

### For Ubuntu 18.04, 20.04, 22.04

```bash
sudo apt-get update
```





Install required python libs

### pip install
```bash
pip install -r requirements.txt
python3 setup.py install
```

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