aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2015-10-12 11:33:18 -0400
committerTeddy Wing2015-10-12 11:33:18 -0400
commitf64e202ba493a864b3215c8f71df17056e97fe71 (patch)
tree7ae3b14f226575985c89939c6b6936f17d2f9735
parent31207f7f614594540f1b6687ce2e843c0199867c (diff)
downloadgit-stats-f64e202ba493a864b3215c8f71df17056e97fe71.tar.bz2
README: Add installation instructionsHEADmaster
Forgot to add a note about installing the required dependency.
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 71c95f9..64f8bd1 100644
--- a/README.md
+++ b/README.md
@@ -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.