summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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