simadi

1 安装python     

360软件管家安装 python3 64位版本

2 安装 fastapi

pip 不是内部或外部命令

环境变量里path 添加pip所在的目录 C:\Users\feng\AppData\Local\Programs\Python\Python38\Scripts

pip install fastapi 速度非常慢 
pip install -i https://mirrors.aliyun.com/pypi/simple/ fastapi  很快 推荐

 

3 升级pip

python -m pip install --upgrade pip 慢

pip3 install -i https://pypi.douban.com/simple --upgrade pip 快

 

4  官方教程翻译 

https://www.jianshu.com/p/94710ed35b92

fastapi介绍

分类:

技术点:

相关文章:

  • 2022-12-23
  • 2021-12-19
  • 2021-11-19
  • 2021-11-13
  • 2021-11-28
  • 2022-02-24
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-09-27
  • 2021-09-30
  • 2022-01-03
  • 2021-12-29
  • 2021-08-25
  • 2021-12-18
相关资源
相似解决方案