From 2b0639bc3636b87f8634ca3a13bbc437b7afdc1f Mon Sep 17 00:00:00 2001 From: Seth Fischer Date: Fri, 19 May 2023 17:00:02 +1200 Subject: [PATCH] docs: use poetry managed environment --- README.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index ea9171d..5823845 100644 --- a/README.rst +++ b/README.rst @@ -10,10 +10,9 @@ Getting started .. code-block:: text - python3.9 -m venv .venv - . .venv/bin/activate - pip install -U pip + poetry env use python3.9 poetry install + poetry shell pelican-themes -i ~/path/to/alexandrevicenzi/Flex make devserver