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 e65218f commit 5d1e6fe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@ 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.
The source is installed in [editable mode](https://pip.pypa.io/en/latest/cli/pip_install/#cmdoption-e).
With this method, the sources are also automatically 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 5d1e6fe

Please sign in to comment.