Skip to content

Commit 051afa5

Browse files
Merge pull request #2551 from plotly/issue-2550
Clarified installation process for development
2 parents 3a711e9 + 7d76853 commit 051afa5

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

contributing.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ the structure of the code and of the repository.
6464
https://github.com/plotly/plotly.py/issues/1965. If you have writing skills,
6565
the wording of existing examples can also be improved in places.
6666

67-
Contributing code or documentation are not the only way to contribute! You can
67+
Contributing code or documentation is not the only way to contribute! You can
6868
also contribute to the project by
6969

7070
- reporting bugs (see below).
@@ -151,7 +151,12 @@ complete installation and avoid gdal-config errors.
151151
```
152152
This will ensure that the installed packages links to your local development
153153
directory, meaning that all changes you make reflect directly in your
154-
environment (don't forget to restart the Jupyter kernel though!).
154+
environment (don't forget to restart the Jupyter kernel though!). For more
155+
information see the
156+
[`setuptools`](https://setuptools.readthedocs.io/en/latest/setuptools.html#development-mode)
157+
and
158+
[`pip`](https://pip.pypa.io/en/stable/reference/pip_install/#install-editable)
159+
documentation on _development mode_.
155160

156161
### ipywidgets development install
157162

0 commit comments

Comments
 (0)