Skip to content

Commit 560ebae

Browse files
author
Elias Nygren
committed
fix typo in README.md
1 parent 5f07294 commit 560ebae

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
@@ -141,7 +141,7 @@ Set up environment and install dependencies:
141141
# run at project root, python3 and virtualenv must be installed
142142
virtualenv ENV
143143
source ENV/bin/activate
144-
pip install -r requirements
144+
pip install -r requirements.txt
145145
```
146146

147147
Install the package in editable mode, as mentioned in

0 commit comments

Comments
 (0)