pip install GitHub package

时间:2023-03-09 06:11:16
pip install GitHub package
/*********************************************************************************
* pip install GitHub package
* 说明:
* 使用Python开发,经常会遇到需要依赖的一些GitHub Package,所以直接安装的方法
* 还是有必要的。
*
* 2018-2-6 深圳 宝安西乡 曾剑锋
********************************************************************************/ 一、参考文档:
. How to install Python package from GitHub? [duplicate]
https://*.com/questions/15268953/how-to-install-python-package-from-github 二、使用方法:
. pip install git+git://github.com/jkbr/httpie.git
. pip install git+https://github.com/jkbr/httpie.git

相关文章