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.
64
64
https://github.com/plotly/plotly.py/issues/1965 . If you have writing skills,
65
65
the wording of existing examples can also be improved in places.
66
66
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
68
68
also contribute to the project by
69
69
70
70
- reporting bugs (see below).
@@ -151,7 +151,12 @@ complete installation and avoid gdal-config errors.
151
151
```
152
152
This will ensure that the installed packages links to your local development
153
153
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_ .
155
160
156
161
### ipywidgets development install
157
162
You can’t perform that action at this time.
0 commit comments