From f6f8fc69b23bc1d66ca89fe57e6fbca58d4edf6a Mon Sep 17 00:00:00 2001 From: Aamir Khan Date: Thu, 5 Jul 2012 03:09:06 -0400 Subject: README.rst updated --- README.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 2a0a42e..3ab3986 100644 --- a/README.rst +++ b/README.rst @@ -35,8 +35,9 @@ Installation 1. Clone the repository 2. Install all the dependencies using **pip install -r requirements.txt** 3. Load data into postgresql using kittystore (https://github.com/pypingou/kittystore) -4. python manage.py syncdb -5. python manage.py runserver +4. Create symlink kittystore using **ln -s {path-to-kittystore}/kittystore/ kittystore** +5. python manage.py syncdb +6. python manage.py runserver License -- cgit