Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 186 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 186 Bytes
$ mkdir -p ~/projects/test_fastapi
$ cd projects/test_fastapi
$ python -m venv venv
$ venv/bin/python -m pip install fastapi[all]
$ venv/bin/uvicorn src.main:app --reload