Skip to content

Latest commit

 

History

History
11 lines (11 loc) · 271 Bytes

README.md

File metadata and controls

11 lines (11 loc) · 271 Bytes

Python FastAPI

Install virtual env

pip install virtualenv

create virtual env

virtualenv envname

activate the virtual env

path\envname\Scripts\activate.bat

After this install the

requirements.txt file

Read the Docs :-

https://fastapi.tiangolo.com/tutorial/