File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff 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
6868also contribute to the project by
6969
7070- reporting bugs (see below).
@@ -151,7 +151,12 @@ complete installation and avoid gdal-config errors.
151151```
152152This will ensure that the installed packages links to your local development
153153directory, 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
You can’t perform that action at this time.
0 commit comments