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