Installation
Important
The following requirements need to be installed before using gitstats
Python 3.9+ (https://www.python.org/downloads/)
Git (http://git-scm.com/)
Gnuplot (http://www.gnuplot.info): You can install Gnuplot on
Ubuntu with
sudo apt install gnuplotmacOS with
brew install gnuplotWindows with
choco install gnuplot
You can install gitstats with pip:
pip install gitstats
Or you can also get gitstats Docker image.
Tip
The Docker image has all the dependencies (Python, Git, Gnuplot and gitstats) already installed.
docker run ghcr.io/shenxianpeng/gitstats:latest