@@ -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).
@@ -133,15 +133,20 @@ conda activate plotly-dev
133
133
$ pip install -r packages/python/plotly/requirements.txt
134
134
$ pip install -r packages/python/plotly/optional-requirements.txt
135
135
136
- ### Editable install of plotly packages
136
+ ### Editable install of plotly packages (install from source)
137
137
138
138
$ pip install -e packages/python/plotly/
139
139
$ pip install -e packages/python/chart-studio/
140
140
$ pip install -e packages/python/plotly-geo/
141
141
142
- This will ensure that the installed packages links to your local development
142
+ This will ensure that the installed packages link to your local development
143
143
directory, meaning that all changes you make reflect directly in your
144
- environment (don't forget to restart the Jupyter kernel though!).
144
+ environment (don't forget to restart the Jupyter kernel though!). For more
145
+ information see the
146
+ [ ` setuptools ` ] ( https://setuptools.readthedocs.io/en/latest/setuptools.html#development-mode )
147
+ and
148
+ [ ` pip ` ] ( https://pip.pypa.io/en/stable/reference/pip_install/#install-editable )
149
+ documentation on _ development mode_ .
145
150
146
151
### ipywidgets development install
147
152
0 commit comments