这里为了方便实验,重新创建了一个虚拟环境(可以不用创建):
1
conda create -n py10 python==3.10
安装fastapi最基本的库:
1 2
pip install fastapi # FastAPI 核心框架 pip install uvicorn # 运行 FastAPI 的 ASGI 服务器(必须)
文章
33
分类
18
标签
24