From 45beea9d7f0d67cdd64d9a216ff56b342af993ce Mon Sep 17 00:00:00 2001 From: Lee Hart Date: Tue, 11 Aug 2015 13:41:31 +0100 Subject: [PATCH] Amend install requirements instruction in readme --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index fa526d2..0ce72f7 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ To install: sudo apt-get install python-dev sudo pip install werkzeug - pip install -r requirements.txt + sudo pip install -r REQUIREMENTS To run: python development_server.py