Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 162 Bytes

File metadata and controls

8 lines (7 loc) · 162 Bytes

Setup on Ubuntu 20.04

Run the following commands

python3 -m virtualenv venv
source venv/bin/activate
python3 -m pip install -r requirements.txt