Skip to content

Commit

Permalink
Fix missing 's' from filename in quick start (#2719)
Browse files Browse the repository at this point in the history
  • Loading branch information
dwootton authored Nov 16, 2022
1 parent 4b1e9cc commit f8c29d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ $ python -m pip install -e .

You can now install the development requirements using
```
$ python -m pip install -r requirement_dev.txt
$ python -m pip install -r requirements_dev.txt
```


Expand Down

0 comments on commit f8c29d3

Please sign in to comment.