From dc36158c69c21035f596b36328d062791f689e9b Mon Sep 17 00:00:00 2001 From: finswimmer Date: Tue, 30 Aug 2022 06:05:22 +0200 Subject: [PATCH] docs: `--only` no longer skips project's package installation --- docs/cli.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/cli.md b/docs/cli.md index ec7355f5f2b..3ae708c43a0 100644 --- a/docs/cli.md +++ b/docs/cli.md @@ -218,9 +218,6 @@ If you want to skip this installation, use the `--no-root` option. poetry install --no-root ``` -Installation of your project's package is also skipped when the `--only` -option is used. - ### Options * `--without`: The dependency groups to ignore.