Added doc/INSTALL.
[gitstats.git] / doc / README
blob9fe0cf618606de95daf54718ac0f8ce9953ba514
1 gitstats is a statistics generator for revision control systems (for now, only
2 git). It is mostly intended for developers, as a way to check some development
3 statistics for a project.
5 Currently it produces only HTML output with tables and graphs.
7 Requirements
8 ============
9 - Python (>= 2.4.4)
10 - Git (>= 1.5.2.4)
11 - Gnuplot (>= 4.0.0)
12 - Complete, clean git repository (bare or shallow will *not* do)
14 The above versions are not absolute requirements; older versions may work also.
16 Recommended
17 ===========
18 - Lot of memory and fast disk for large projects