Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 211 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 211 Bytes

Instructions

On the project folder create a virtual environment

python3 -m venv .venv
source .venv/bin/activate

Install dependencies:

python3 -m pip install -r requirements.txt