From d66efcaa32c6673b6515a42315e26cdf9ea2ef7d Mon Sep 17 00:00:00 2001 From: calle <93376500+callebtc@users.noreply.github.com> Date: Mon, 9 Jan 2023 12:13:16 +0100 Subject: [PATCH] Apply suggestions from code review --- docs/guide/installation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guide/installation.md b/docs/guide/installation.md index 460f7d005..871857a75 100644 --- a/docs/guide/installation.md +++ b/docs/guide/installation.md @@ -206,9 +206,9 @@ poetry add setuptools wheel ./venv/bin/pip install setuptools wheel ``` -### poetry +#### Poetry -If your poetry version is less than ^1.2, for `poetry install`, ignore the -- flags, it will install just fine. +If your Poetry version is older than 1.2, for `poetry install`, ignore the `--only main` flag. ### Optional: PostgreSQL database