Installation
To install the Timeseries Compute Project, perform the following steps in terminal:
git clone https://github.com/garthmortensen/timeseries-compute.git
cd timeseries-compute
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt