# Only first time
virtualenv venv
# Activate virtyal env
source venv/bin/activate
python setup.py install
pip install -e .
pip install -r dev_requirements.txt
The code formatter for this project is blue.
# Only first time
virtualenv venv
# Activate virtyal env
source venv/bin/activate
python setup.py install
pip install -e .
pip install -r dev_requirements.txt
The code formatter for this project is blue.