We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f07294 commit 560ebaeCopy full SHA for 560ebae
README.md
@@ -141,7 +141,7 @@ Set up environment and install dependencies:
141
# run at project root, python3 and virtualenv must be installed
142
virtualenv ENV
143
source ENV/bin/activate
144
-pip install -r requirements
+pip install -r requirements.txt
145
```
146
147
Install the package in editable mode, as mentioned in
0 commit comments