Files
python-doc/Docs/Services/FastAPI/01-Setup.md
2026-01-19 18:19:12 +03:30

12 lines
108 B
Markdown

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