Skip to content
Snippets Groups Projects
Verified Commit fdc93184 authored by Sachin Kamath's avatar Sachin Kamath
Browse files

Add --user flag to instructions

parent 0e0ccd9f
No related branches found
No related tags found
No related merge requests found
......@@ -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!
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment