Using Chinese Source to Speed Up pip install

Some common used Chinese source list:

  • http://pypi.douban.com/ 豆瓣
  • http://pypi.hustunique.com/ 华中理工大学
  • http://pypi.sdutlinux.org/ 山东理工大学
  • http://pypi.mirrors.ustc.edu.cn/ 中国科学技术大学

you can use it as follows:

sudo pip install numpy -i http://pypi.douban.com/simple

make sure you append simple at the URL.

你可能感兴趣的:(Using Chinese Source to Speed Up pip install)