设置pip源

windows 设置豆瓣源

pip config set global.index-url http://pypi.douban.com/simple 

获取包

pip install [packagename] --trusted-host pypi.douban.com

例:
pip install jupyter --trusted-host pypi.douban.com

你可能感兴趣的:(设置pip源)