sim_free/backend/README.md

243 B

SIM Free

Description

Installation

git clone https://github.com/alexohneander/sim_free
cd sim_free

python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt

Run

fastapi run main.py