Skip to content

Commit ad3629a

Browse files
committed
docs(README): remove leftover requirements.txt reference
1 parent 263dd79 commit ad3629a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ Set up environment and install dependencies:
218218
# run at project root, python3 and virtualenv must be installed
219219
virtualenv ENV
220220
source ENV/bin/activate
221-
pip install -r requirements.txt && pip install -r requirements-dev.txt
221+
pip install -r requirements-dev.txt
222222
```
223223

224224
Install the package in editable mode, as mentioned in

0 commit comments

Comments
 (0)