X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/0bd2c341a8b55f817c2e193a6c4658d52ef95961..ab72083a61fc7a6257101b31ec92d12ea61c7a03:/README.md?ds=inline

diff --git a/README.md b/README.md
index 863593e97..340ae0477 100644
--- a/README.md
+++ b/README.md
@@ -23,6 +23,7 @@ License
 Dependencies
 ============
 
+ * Python 2.7
  * All packages listed in requirements.txt
  * Sass>=3.2
 
@@ -38,7 +39,6 @@ How to deploy (development version)
 3. Setup your local configuration based on settings.py. You need to generate a new SECRET_KEY, database stuff and domain related stuff.
 4. Populate database:
     
-    ./manage.py syncdb
     ./manage.py migrate
 
 5. Run the server