sephirothwzc / fastapi-pandas

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

开发手册

安装手册

# 虚拟环境
$ python3 -m venv fastapienv
# 激活
$ source fastapienv/bin/activate
# 在虚拟环境中安装 FastAPI
$ pip install fastapi
# 安装 Uvicorn 服务器
$ pip install "uvicorn[standard]"

About


Languages

Language:Python 100.0%