commented django, updated README with dependencies requirements
authorJordan Augé <jordan.auge@lip6.fr>
Wed, 3 Jul 2013 09:15:37 +0000 (11:15 +0200)
committerJordan Augé <jordan.auge@lip6.fr>
Wed, 3 Jul 2013 09:15:37 +0000 (11:15 +0200)
README
requirements/common.txt

diff --git a/README b/README
index 3859fa3..3d436f5 100644 (file)
--- a/README
+++ b/README
@@ -33,6 +33,9 @@ when you just need to hit ^C yourself when your static files need to be refreshe
 * use it from your browser 
 (See more notes on using the development server below)
 
+* install dependencies
+$ pip install -r path/to/requirements/file.txt
+
 ==================== Status
 
 *** Authentication ***
index 4504f2f..6145269 100644 (file)
@@ -1,4 +1,4 @@
 # requirements/common.txt
-Django==1.4
+#Django==1.4
 django-registration==1.0
 Sphinx==1.1.3