From bca1014ce21e650f1798c32977bae4626c7bb775 Mon Sep 17 00:00:00 2001 From: Rebecca Law Date: Mon, 23 Nov 2015 14:39:31 +0000 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a8207a1e2..933bb4489 100644 --- a/README.md +++ b/README.md @@ -19,10 +19,13 @@ Application to handle the admin functions of the notifications application. The GOV.UK frontend toolkit is a submodule of this project. To get the content of the toolkit run the following two commands - git submodule init + git submodule init + git submodule update ### To run the sample application run: + pip install -r requirements.txt + python app.py