Skip to content
Merged
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
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ As a developer:

- Navigate to the directory where this repo is cloned.
- Use `pip install -e .` to install an editable version of the package.
- Use `pip install .[dev]`to install the dependencies for developers.
- Use `pip install .[dev]` to install the dependencies for developers.
- For working on docs, also use `pip install .[docs]`.
- Set up pre-commit to run automatically with `pre-commit install`.

Expand Down