From f64e202ba493a864b3215c8f71df17056e97fe71 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Mon, 12 Oct 2015 11:33:18 -0400 Subject: README: Add installation instructions Forgot to add a note about installing the required dependency. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) 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. -- cgit v1.2.3