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