Browse Source

Fix README: wrong command to install dependencies

Rogdham 11 years ago
parent
commit
530591f0d8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -7,7 +7,7 @@ ffdnispdb
 ## How to deploy & use
 Preferably in a virtualenv, run:
 
-    python -r requirements.txt
+    pip install -r requirements.txt
     python shell.py
     >> db.create_all()
     python run.py