随笔分类 - python
摘要:1.安装 FastAPI 和 Uvicorn: pip install fastapi uvicorn 2.创建FastAPI 应用。main.py: from fastapi import FastAPI app = FastAPI() @app.get("/") def read_root():
阅读全文
摘要:[# python各版本国内镜像下载] python国内镜像各版本下载 https://registry.npmmirror.com/binary.html?path=python/ [# 设置pip为国内镜像源] pip config set global.index-url https://py
阅读全文

浙公网安备 33010602011771号