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
学习记录
基本命令
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