From e03bbba42017f29a301cb9768db94b5e61e2134e Mon Sep 17 00:00:00 2001 From: ashleypeacock Date: Sun, 17 Apr 2016 21:07:45 +0100 Subject: [PATCH] Update README.md --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index d226915..3a1e06b 100644 --- a/README.md +++ b/README.md @@ -7,10 +7,11 @@ Helping aid workers hit the ground running with quickly absorbable health and ch ## Setup 1. Clone repo `git clone git@github.com:empowerhack/HealthStarter.git` -2. cd into `ENV/` folder -3. Run command in cli `source bin/activate` -4. To run the django server `cd hackathon` -5. Run command in cli `python manage.py runserver` -6. View application visit `http://127.0.0.1:8000` in your browser. +2. Run command in cli `pip install virtualenv` +3. cd into `ENV/` folder +4. Run command in cli `source bin/activate` +5. To run the django server `cd hackathon` +6. Run command in cli `python manage.py runserver` +7. View application visit `http://127.0.0.1:8000` in your browser. And hey presto site should be there.