会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
bruce_he
博客园
首页
新随笔
管理
2024年2月27日
读后笔记 -- FastAPI 构建Python微服务 Chapter1:设置 FastAPI
摘要: 1.2 设置开发环境 1 # fastapi 构建需要的主要安装包 2 pip install fastapi[all] 3 pip install uvicorn 4 pip install python-multipart Bash: pip install FastAPI 是一个用于构建高效、
阅读全文
posted @ 2024-02-27 20:57 bruce_he
阅读(853)
评论(0)
推荐(0)
编辑