682 B
682 B
git clone https://git.fstropii.com/tropii/Venture_Of_Heros
or just by downloading the .ZIP file.python -m venv venv
and activate it with .\venv\Scripts\activate
on Windows or source venv/bin/activate
on MacOS/Linux.pip install -r requirements.txt
.uvicorn main:app --reload
and run the main app with python main.py
.http://127.0.0.1:8000
if that port is available.http://127.0.0.1:8000/docs