Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 225 Bytes

README.MD

File metadata and controls

19 lines (14 loc) · 225 Bytes

Python Quick Start

Python Libraries

FastAPI v0.70

$ pip install fastapi

Uvicorn v0.15.0

$ pip install uvicorn

MySQL Database API (pymysql 1.0.2)

$ pip install sqlalchemy pymysql