pip下载并离线安装

下载

pip3 download -d ./pypi fastapi

安装

pip3 install --no-index --find-links ./pypi fastapi

最后更新于