From fad9c76d8fb7eccf0191dbab26bbe4889644d87a Mon Sep 17 00:00:00 2001 From: Nick Seidenman Date: Thu, 12 Jan 2017 07:59:04 +1100 Subject: [PATCH] Update README.rst --- README.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/README.rst b/README.rst index 9a283681..63e217a3 100644 --- a/README.rst +++ b/README.rst @@ -8,6 +8,7 @@ Launchifying - create a virtualenv with python 2.7 - activate the virtualenv +- cd into the virtual env and clone this repo into it (creates ``website`` subdir) - cd into the ``website`` directory - ``pip install -r requirements.txt`` - ``python manage.py migrate``