Browse Source

Add missing stuff in README about db initialization

Gu1 11 years ago
parent
commit
2255197d29
1 changed files with 2 additions and 0 deletions
  1. 2 0
      README.md

+ 2 - 0
README.md

@@ -8,5 +8,7 @@ ffdnispdb
 Preferably in a virtualenv, run:
 
     python -r requirements.txt
+    python shell.py
+    >> db.create_all()
     python run.py