You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# aliyunhttps://mirrors.aliyun.com/pypi/simple/# tstinghua pypi index mirrorpipinstall-ihttps://pypi.tuna.tsinghua.edu.cn/simplesome-package# set as default indexpipinstallpip-Upipconfigsetglobal.index-urlhttps://pypi.tuna.tsinghua.edu.cn/simple# timeout, secondspipinstallsome-package--timeout60
pip using proxy
in /etc/proxychains.conf
# uncomment these lines
strict_chain
proxy_dns
tcp_read_time_out 15000
tcp_connect_time_out 8000
add in /etc/proxychains.conf section [proxy_list]
socks5 192.168.11.211 7070
command
proxychains pip install some-package
pip install specific pakcage
# --upgrade works with upgrade and downgrade
pip install --upgrade werkzeug==0.12.2