We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b14d2d commit 3761f9bCopy full SHA for 3761f9b
CONTRIBUTING.md
@@ -81,7 +81,7 @@ Following that we'll tell you about how you can test your changes locally and th
81
# If you're using shells other than bash you'll need to use
82
pip install -e ".[test,examples,doc]"
83
```
84
- * 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.
85
* If we type `pip install -e .` (notice the 'dot'), this tells `pip` to install a package located here, in this directory, `.`.
86
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.
87
* Finally the `[test,examples,doc]` tells `pip` that there's some extra optional dependencies that we want to install.
0 commit comments