-
Notifications
You must be signed in to change notification settings - Fork 0
Install
Bastian edited this page Apr 30, 2022
·
2 revisions
To use the main.py you don't have to install some extra pip. You just need Python >= 3.9
To use the API server as well please install the requirements.txt via pip I recomend to use a venv to use it (see Python venv )
Windows
pip install -r requirements.txt
Linux
pip3 install -r requirements.txt