summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAamir Khan <syst3m.w0rm@gmail.com>2012-03-29 00:51:23 +0530
committerAamir Khan <syst3m.w0rm@gmail.com>2012-03-29 00:51:23 +0530
commit6803c6df52d912c08836e2fb23f0b753e3f5df33 (patch)
tree095525a440bf12417077036007b60c460aad4afc
parent13ffbc1debd6ba108931161bb9abe1a9eb8d2612 (diff)
downloadhyperkitty-6803c6df52d912c08836e2fb23f0b753e3f5df33.tar.gz
hyperkitty-6803c6df52d912c08836e2fb23f0b753e3f5df33.tar.xz
hyperkitty-6803c6df52d912c08836e2fb23f0b753e3f5df33.zip
dependency added in README
-rw-r--r--README2
1 files changed, 2 insertions, 0 deletions
diff --git a/README b/README
index 2d825d2..3bf55b7 100644
--- a/README
+++ b/README
@@ -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