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
- Host: GitHub
- URL: https://github.com/cybersecurity-dev/timeseries-toolkit
- Owner: cybersecurity-dev
- License: apache-2.0
- Created: 2025-04-24T13:50:45.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-05-04T15:09:43.000Z (9 months ago)
- Last Synced: 2025-05-04T16:24:38.061Z (9 months ago)
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Time Series Toolkit
[](https://www.python.org/)
[](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
```