From 5d1e6fe244699d5ec0b53a88008340f4d2b30c83 Mon Sep 17 00:00:00 2001 From: PhilipMay Date: Thu, 7 Dec 2023 11:42:39 +0100 Subject: [PATCH] improve project install with poetry --- CONTRIBUTING.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 13e8500..ceaff7f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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