Closed pulkomandy closed 4 years ago
The version of pip3 I use here was not able to figure out how to download using the URL given in the README.
I had to use pip3 install git+https://github.com/vifactor/repostat.git instead.
pip3 install git+https://github.com/vifactor/repostat.git
Right, I should have fixed this before. Thanks, I'll fix ASAP.
The version of pip3 I use here was not able to figure out how to download using the URL given in the README.
I had to use
pip3 install git+https://github.com/vifactor/repostat.git
instead.