两个python的git库
作者:互联网
由于需要爬取git repo 中的内容,此处记录两个需要的库:
gitpython & Repo
pip install gitpython -i http://pypi.doubanio.com/simple/ --trusted-host pypi.doubanio.com
pip install Repo -i http://pypi.doubanio.com/simple/ --trusted-host pypi.doubanio.com
标签:git,两个,python,pypi,simple,doubanio,pip,http,com 来源: https://blog.csdn.net/weixin_43894553/article/details/113186904