Skip to content

Commit

Permalink
improve project install with poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilipMay committed Dec 7, 2023
1 parent 5d1e6fe commit c53e84d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ For example execute: `pyenv local 3.8.17`
Execute `poetry install --all-extras` to install the project.
This installs all dependencies, optional (extra) dependencies and
needed linting, testing and documentation dependencies.
With this method, the sources are also automatically installed in
With this method, the sources are also implicitly installed in
[editable mode](https://pip.pypa.io/en/latest/cli/pip_install/#cmdoption-e).

## Manage your Pull Request
Expand Down

0 comments on commit c53e84d

Please sign in to comment.