Browse Source

Small README improvements

Grégoire Jadi 7 years ago
parent
commit
cf463237d2
1 changed files with 2 additions and 1 deletions
  1. 2 1
      README.md

+ 2 - 1
README.md

@@ -7,6 +7,7 @@ may be integrated to [coin](https://code.ffdn.org/ffdn/coin).
 
 Install it
 ----------
+Be sure to use python3.
 
     sudo apt-get install python virtualenvwrapper
     mkvirtualenv transparency
@@ -22,7 +23,7 @@ Set your organization name :
 
 Create database:
 
-    ./manage migrate
+    ./manage.py migrate
 
 Run it
 ------