diff options
| author | Teddy Wing | 2015-10-12 11:33:18 -0400 |
|---|---|---|
| committer | Teddy Wing | 2015-10-12 11:33:18 -0400 |
| commit | f64e202ba493a864b3215c8f71df17056e97fe71 (patch) | |
| tree | 7ae3b14f226575985c89939c6b6936f17d2f9735 | |
| parent | 31207f7f614594540f1b6687ce2e843c0199867c (diff) | |
| download | git-stats-master.tar.bz2 | |
Forgot to add a note about installing the required dependency.
| -rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -31,5 +31,11 @@ Here's an example from this repository: ███████████████████████████████████████████████████████████ 56.0 Teddy Wing +## Installing +Install requirements before running the script: + + $ pip install -r requirements.txt + + ## License Licensed under the MIT license. See the included LICENSE file. |
