We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ff98d9 commit f6a7dc6Copy full SHA for f6a7dc6
README.md
@@ -233,7 +233,7 @@ Set up environment and install dependencies:
233
# run at project root, python3 and virtualenv must be installed
234
virtualenv ENV
235
source ENV/bin/activate
236
-pip install -r requirements.txt or pip install -r requirements-dev.txt if changes to the api need to be made
+pip install -r requirements.txt && pip install -r requirements-dev.txt
237
```
238
239
Install the package in editable mode, as mentioned in
0 commit comments