duguhaotian / duguhaotian.github.io

static blog site
0 stars 0 forks source link

pip命令初识 | Haozi007 #5

Open duguhaotian opened 4 years ago

duguhaotian commented 4 years ago

https://duguhaotian.github.io/2017/12/12/python/pip_command/

作者: 耗子007 基础用法1. 安装指定版本的包1pip3 install docker-py==1.8.1 2. 使用代理proxy1pip3 --proxy=http://username:password@proxy.com:8080 install docker-py==1.8.1

duguhaotian commented 4 years ago

0