由于网络问题,包含“git+https://github.com/xxx”的安装过程,基本都失败。
变通方法有两种:方法一
(1)git clone https://github.com/demo.git # 通过合适的办法下载包到本地
(2)cd demo
(3) pip install -e .
见 https://blog.youkuaiyun.com/qq_45961101/article/details/130384117
方法二
(1)git clone https://github.com/demo.git
(2 )pip install demo