Parcourir la source

Fix README: wrong command to install dependencies

Rogdham il y a 11 ans
Parent
commit
530591f0d8
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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