Closed borekb closed 4 years ago
Thanks for contacting, the issue is with pygit2 package which is a dependency of repostat. There is an instruction on how to make it work on OSX.
Note, that there is gnuplot
dependency. This one should also be installed prior to repostat.
Please, report any issues here. In case of success, I will appreciate list of installation instructions published here or a PR to README.md file.
From my side, I will try to establish CI for Mac OS when I find time.
@borekb , looks like this should work for you:
$ brew update
$ brew install libgit2
$ brew install gnuplot
$ pip3 install git+https://github.com/vifactor/repostat
@vifactor That indeed worked, thank you!
I tried running
but got this:
macOS / OS X is not mentioned in this repo at all so I'm not sure if this is supposed to work or not (but Windows is supported, #57, so I hope I can use this utility on macOS as well.