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
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