We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 263dd79 commit ad3629aCopy full SHA for ad3629a
README.md
@@ -218,7 +218,7 @@ Set up environment and install dependencies:
218
# run at project root, python3 and virtualenv must be installed
219
virtualenv ENV
220
source ENV/bin/activate
221
-pip install -r requirements.txt && pip install -r requirements-dev.txt
+pip install -r requirements-dev.txt
222
```
223
224
Install the package in editable mode, as mentioned in
0 commit comments