Browse Source

Merge branch 'doc-README' of daimrod/transparency into master

jocelyn 7 years ago
parent
commit
4b7f9274aa
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
 ------