python之pip初使用

学习记录

基本命令

pip help 

查看说明文件

pip install docx

安装docx库

修改更新源

修改文件 ~/.pip/pip.conf

[global]
timeout = 6000
index-url = https://mirrors.aliyun.com/pypi/simple/
trusted-host = mirrors.aliyun.com
posted @ 2020-11-19 23:44  巴巴厘  阅读(83)  评论(0)    收藏  举报
点击右上角即可分享
微信分享提示