- Python3
- Pip3
python3 -m venv /path/to/new/virtual/environment
source /path/to/new/virtual/environment/bin/activate
pip3 install -r requirements.txt
cd src
python3 main_cli.py
University project of the 6th semester about the conception and implementation of an algorithmic trading system for crypto currencies.
Python
python3 -m venv /path/to/new/virtual/environment
source /path/to/new/virtual/environment/bin/activate
pip3 install -r requirements.txt
cd src
python3 main_cli.py