added FastApi Doc
This commit is contained in:
12
Docs/Services/FastAPI/01-Setup.md
Normal file
12
Docs/Services/FastAPI/01-Setup.md
Normal file
@@ -0,0 +1,12 @@
|
||||
```bash
|
||||
python3 -m venv .venv
|
||||
```
|
||||
|
||||
|
||||
```bash
|
||||
pip install fastapi
|
||||
```
|
||||
|
||||
```bash
|
||||
pip freeze > requirment.txt
|
||||
```
|
||||
Reference in New Issue
Block a user