Skip to content

Commit c5b3d62

Browse files
committed
Fix install dependency examples
1 parent e4ce31e commit c5b3d62

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
@@ -13,7 +13,7 @@ welcome!
1313
To run the tests, install the testing dependencies.
1414

1515
```bash
16-
$ pip install -r requirements
16+
$ pip install -r requirements.txt
1717
```
1818

1919
Ensure you have the array library that you want to test installed.

0 commit comments

Comments
 (0)