sim_free/README.md
2024-09-19 12:24:21 +02:00

15 lines
145 B
Markdown

# SIM Free
## Description
### Installation
```bash
python -m venv .venv
source .venv/bin/activate
```
### Run
```bash
fastapi run main.py
```