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

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-09-01
  • 2021-09-09
  • 2021-06-18
  • 2021-06-15
  • 2021-08-27
猜你喜欢
  • 2022-12-23
  • 2021-12-16
  • 2022-12-23
  • 2021-08-20
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案