Skip to content

Commit f6a7dc6

Browse files
committed
Update readme
1 parent 9ff98d9 commit f6a7dc6

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
@@ -233,7 +233,7 @@ Set up environment and install dependencies:
233233
# run at project root, python3 and virtualenv must be installed
234234
virtualenv ENV
235235
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
236+
pip install -r requirements.txt && pip install -r requirements-dev.txt
237237
```
238238

239239
Install the package in editable mode, as mentioned in

0 commit comments

Comments
 (0)