Skip to content
This repository has been archived by the owner on Mar 26, 2020. It is now read-only.

Latest commit

 

History

History
18 lines (12 loc) · 339 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 339 Bytes

This project is now dead and no longer maintained.

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