Fix: Contact email text formatting
[myslice.git] / README
diff --git a/README b/README
index 3c0f943..5807846 100644 (file)
--- a/README
+++ b/README
@@ -9,6 +9,8 @@ See the devel/ subdir for more devel-oriented doc.
 *  REQUIREMENTS  is to have python + django (1.5.2) installed django
 ** should be straightforward
 ** see devel/django-install.txt in case of trouble
+$ apt-get install python-django
+$ apt-get install python-django-south
 
 * git clone git://git.onelab.eu/myslice.git
 -- or --
@@ -18,6 +20,8 @@ See the devel/ subdir for more devel-oriented doc.
 
 $ apt-get install python-django-south
 * init django
+** when django prompts for creating an admin account, create it and 
+** keep the username and password safe
 $ ./manage.py syncdb
 $ ./manage.py migrate