Skip to content

Issue 2552 #2553

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jun 10, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ the structure of the code and of the repository.
https://github.com/plotly/plotly.py/issues/1965. If you have writing skills,
the wording of existing examples can also be improved in places.

Contributing code or documentation are not the only way to contribute! You can
Contributing code or documentation is not the only way to contribute! You can
also contribute to the project by

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

### ipywidgets development install

Expand Down
1 change: 1 addition & 0 deletions packages/python/plotly/optional-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ psutil

## code formatting
pre-commit
black

## codegen dependencies ##
inflect
Expand Down