19 lines
243 B
Markdown
19 lines
243 B
Markdown
# SIM Free
|
|
|
|
## Description
|
|
|
|
### Installation
|
|
```bash
|
|
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
|
|
```bash
|
|
fastapi run main.py
|
|
```
|