arnavb / github_unfollower.py

A simply utility script which unfollows all the users on Github who don't care enough to follow you back.
MIT License
7 stars 2 forks source link

Missing module: docopt #4

Open eonist opened 5 years ago

eonist commented 5 years ago

Keep getting this error when trying to run this script: ModuleNotFoundError: No module named 'docopt'

arnavb commented 5 years ago

@eonist Sorry for the late reply; haven't been on Github for a while.

Did you run the instructions in the README file? Namely pipenv install?

If you did, then did you use pipenv run github_unfollower.py or run pipenv shell before running python github_unfollower.py/./github_unfollower.py?

eonist commented 5 years ago

Ill try again this weekend. And let you know ✌️