This is intended to be used with python 3.7
To create a virtualenv for encapsulating the setup of the program please run:
python3 -m venv venv
source venv/bin/activate
Install the basic requirements by running:
pip install -r requirements.txt
This is intended to be used with python 3.7
To create a virtualenv for encapsulating the setup of the program please run:
python3 -m venv venv
source venv/bin/activate
Install the basic requirements by running:
pip install -r requirements.txt