Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 284 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 284 Bytes

Requirements

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