Skip to content

Install

Bastian edited this page Apr 30, 2022 · 2 revisions

Install

Use main script only

To use the main.py you don't have to install some extra pip. You just need Python >= 3.9

Use API Server

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

Clone this wiki locally