diff options
author | Aamir Khan <syst3m.w0rm@gmail.com> | 2012-07-05 02:22:02 -0300 |
---|---|---|
committer | Aamir Khan <syst3m.w0rm@gmail.com> | 2012-07-05 02:22:02 -0300 |
commit | 100437a06e8ac1db82e571ae06aa63a446a28f9d (patch) | |
tree | f1c9c304361321130bd3b2c373c1d3b160af12fd | |
parent | b3ae635cb6a71578db11d20a5149b82d20675e54 (diff) | |
download | hyperkitty-100437a06e8ac1db82e571ae06aa63a446a28f9d.tar.gz hyperkitty-100437a06e8ac1db82e571ae06aa63a446a28f9d.tar.xz hyperkitty-100437a06e8ac1db82e571ae06aa63a446a28f9d.zip |
Update master
-rw-r--r-- | README.rst | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |