```bash python3 -m venv .venv ``` ```bash pip install fastapi ``` ```bash pip freeze > requirment.txt ```