Skip to content

Commit

Permalink
docs: use poetry managed environment
Browse files Browse the repository at this point in the history
  • Loading branch information
sethfischer committed May 19, 2023
1 parent 2e9ac9d commit 2b0639b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2b0639b

Please sign in to comment.