summaryrefslogtreecommitdiff
path: root/INSTALL.md
diff options
context:
space:
mode:
authorGordan Markuš <gordan.markus@pelagicore.com>2017-04-06 10:58:17 +0200
committerjryannel <juergen@ryannel.org>2017-04-06 10:58:17 +0200
commitd3daa2e1ffa332dad10a200964c1566bb1afd019 (patch)
tree707f6f2e65ccd11be8a9079806358e39813fb729 /INSTALL.md
parent452abc5e084d67a238947c0891e53f66b65ca36b (diff)
downloadqtivi-qface-d3daa2e1ffa332dad10a200964c1566bb1afd019.tar.gz
INSTALL.md: fix reference to requirements file (#39)
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).