pepito icon indicating copy to clipboard operation
pepito copied to clipboard

Documentation: Include gitpython as dependency

Open RickTorresJr opened this issue 8 years ago • 0 comments

Thanks for this cool project. Just thought it would be worth mentioning that you need to run pip install gitpython or you will get the error:

python pepito.py -h 
Traceback (most recent call last):
  File "pepito.py", line 13, in <module>
    from git import Repo
ImportError: No module named git

I'm running this one Kali Rolling 2018.

RickTorresJr avatar Mar 12 '18 15:03 RickTorresJr