Skip to content

Commit

Permalink
Fix typo in contribution guide (#1322)
Browse files Browse the repository at this point in the history
If you're only exposure to using... -> If your only exposure to using...
  • Loading branch information
sagar-kaushik authored and eddiebergman committed Jan 25, 2022
1 parent a3a1aed commit 5f7aeaa
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 @@ -81,7 +81,7 @@ Following that we'll tell you about how you can test your changes locally and th
# If you're using shells other than bash you'll need to use
pip install -e ".[test,examples,doc]"
```
* If you're only exposure to using pip is `pip install package_name` then this might be a bit confusing.
* If your only exposure to using pip is `pip install package_name` then this might be a bit confusing.
* If we type `pip install -e .` (notice the 'dot'), this tells `pip` to install a package located here, in this directory, `.`.
The `-e` flag indicates that it should be editable, meaning you will not have to run `pip install .` every time you make a change and want to try it.
* Finally the `[test,examples,doc]` tells `pip` that there's some extra optional dependencies that we want to install.
Expand Down

0 comments on commit 5f7aeaa

Please sign in to comment.