aspiers / git-deps

git commit dependency analysis tool
GNU General Public License v2.0
297 stars 46 forks source link

updating INSTALL.md for python 3 #98

Closed nickdesaulniers closed 3 years ago

nickdesaulniers commented 4 years ago

I was having a rough time installing git-deps based on the instructions provided. Eventually:

$ pip3 install pygit2 git-deps
$ echo "$HOME/.local/bin" >> .zshrc

worked for me. Maybe it's more obvious to more frequent python users, but took me some time to figure out.

aspiers commented 3 years ago

In general this project needs to be tested much more carefully on Python 3, given that 2.7 is EOL.