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

Latest commit

 

History

History
19 lines (13 loc) · 333 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 333 Bytes

Setup

Create an isolated Python environment and activate it:

python3 -m venv env
source env/bin/activate

Install dependencies:

pip install -r requirements.txt -r requirements-dev.txt

Running locally

Run the application with python main.py.