0
stars
0
forks
source link
How to start ?
- Install python3 and python3-venv - can be done with
sudo apt install python3 python3-venv
command on linux
- Clone repository and open terminal into
- Run
python3 -m venv .venv
- Run
.venv/bin/pip3 install -r requirements.txt
- Ready to start ;)