Back_To_Home..

python-venv-docs

docs

设置当前项目pypi镜像地址

阿里云镜像:http://mirrors.aliyun.com/pypi/simple/

清华大学镜像:https://pypi.tuna.tsinghua.edu.cn/simple/

豆瓣镜像:http://pypi.doubanio.com/simple/

中科大镜像:https://pypi.mirrors.ustc.edu.cn/simple/

就在你的当前项目下,创建一个 pip.ini文件,直接调用这个文件内容就OK了

[global]
index-url = https://*pypi*.mirrors.*ustc*.edu.cn/simple/
[install]
trusted-host = https://*pypi*.mirrors.*ustc*.edu.cn

环境配置

python虚拟环境

生成requirements

https://github.com/bndr/pipreqs

Installation

pip install pipreqs

在当前目录中生成

pipreqs .

指定编码方式

pipreqs . --encoding=utf8 --force

保存文件名修改为pipreqs.txt

pipreqs . --savepath=pipreqs.txt
© 2025 ai-charlie   •  Powered by Soopr   •  Theme  Moonwalk