pip install GitHub package

/*********************************************************************************
 *                       pip install GitHub package
 * 说明:
 *     使用Python开发,经常会遇到需要依赖的一些GitHub Package,所以直接安装的方法
 * 还是有必要的。
 *
 *                                              2018-2-6 深圳 宝安西乡 曾剑锋
 ********************************************************************************/

一、参考文档:
    1. How to install Python package from GitHub? [duplicate]
        https://stackoverflow.com/questions/15268953/how-to-install-python-package-from-github

二、使用方法:
    1. pip install git+git://github.com/jkbr/httpie.git
    2. pip install git+https://github.com/jkbr/httpie.git

 

转载于:https://www.cnblogs.com/zengjfgit/p/8422116.html

你可能感兴趣的:(python,git)