Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 282 Bytes

INSTALL.md

File metadata and controls

20 lines (14 loc) · 282 Bytes

Installation

Create a virtual environment for the project:

python3 -m venv venv

Activate the virtual environment:

. venv/bin/activate`

Install all required Python3 modules:

pip install -r requirements.txt

Go to README.md for running instructions.