From fdc93184cbd0c81afa18ad8ffdf58be4f30ccd03 Mon Sep 17 00:00:00 2001 From: "Sachin S. Kamath" <sskamath96@gmail.com> Date: Thu, 5 Oct 2017 02:27:45 +0530 Subject: [PATCH] Add --user flag to instructions Signed-off-by: Sachin S. Kamath <sskamath96@gmail.com> --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ae7028a..68d3ed1 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,8 @@ The web application for the Hodor Project ## Quickstart * Clone the repo using `git clone https://git.amrita.edu/hodorsec/hodor-webapp` * Create a virtualenv and activate it. -* After activating it, `pip install -r requirements.txt` to install dependencies. +* After activating it, `pip install --user -r requirements.txt` to +install dependencies. * `./runserver.py` to run the app. * Navigate to `http://127.0.0.1:8080` to watch it in action! -- GitLab