diff options
author | Aamir Khan <syst3m.w0rm@gmail.com> | 2012-03-29 00:51:23 +0530 |
---|---|---|
committer | Aamir Khan <syst3m.w0rm@gmail.com> | 2012-03-29 00:51:23 +0530 |
commit | 6803c6df52d912c08836e2fb23f0b753e3f5df33 (patch) | |
tree | 095525a440bf12417077036007b60c460aad4afc | |
parent | 13ffbc1debd6ba108931161bb9abe1a9eb8d2612 (diff) | |
download | hyperkitty-6803c6df52d912c08836e2fb23f0b753e3f5df33.tar.gz hyperkitty-6803c6df52d912c08836e2fb23f0b753e3f5df33.tar.xz hyperkitty-6803c6df52d912c08836e2fb23f0b753e3f5df33.zip |
dependency added in README
-rw-r--r-- | README | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -13,6 +13,7 @@ Dependencies: * bunch * Django * djangorestframework +* django-tastypie To get it run: @@ -36,6 +37,7 @@ easy_install django easy_install bunch easy_install urlgrabber easy_install djangorestframework +easy_install django-tastypie # Install pymongo and the mongodb database sudo yum install -y pymongo mongodb-server |