- Create a virtual environment.
- Install packages with pip:
pip install -r requirements.txt
- To run the script:
python app.py --exchange='gdax' --product='BTC-USD'
NB. The script currently supports only gdax. For product you can use supported product by the exchange.