summaryrefslogtreecommitdiff
path: root/INSTALL.md
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 4863afc..5a48911 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -22,7 +22,7 @@ Installs qface as an "editable" package. Means updates on the local git repo are
To install the python dependencies use
cd qface
- pip3 install -r requirements
+ pip3 install -r requirements.txt
pip3 install -e .
For updating the grammar you also need antlr4 (see http://www.antlr.org).