pip 使用技巧

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了pip 使用技巧相关的知识,希望对你有一定的参考价值。

指定豆瓣源安装

pip install configparser -i http://pypi.douban.com/simple/ --trusted-host=pypi.douban.com/simple
pip install configparser -i https://pypi.tuna.tsinghua.edu.cn/simple/ --trusted-host=
pypi.tuna.tsinghua.edu.cn/simple/ 

豆瓣:http://pypi.douban.com/simple/

清华:https://pypi.tuna.tsinghua.edu.cn/simple

 

以上是关于pip 使用技巧的主要内容,如果未能解决你的问题,请参考以下文章

Mac + virtualenv + pip + postgresql = 错误:找不到 pg_config 可执行文件

微信小程序代码片段

Android课程---Android Studio使用小技巧:提取方法代码片段

webstorm代码片段的创建

VIM 代码片段插件 ultisnips 使用教程

使用 Git 来管理 Xcode 中的代码片段