From 100437a06e8ac1db82e571ae06aa63a446a28f9d Mon Sep 17 00:00:00 2001 From: Aamir Khan Date: Thu, 5 Jul 2012 02:22:02 -0300 Subject: Update master --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index d1a75d3..2a0a42e 100644 --- a/README.rst +++ b/README.rst @@ -33,7 +33,7 @@ kittystore dependencies Installation ============ 1. Clone the repository -2. Install all the dependencies using pip install -r requirements.txt +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 -- cgit