Update dev docs to reflect Poetry behavior change

Otherwise, `poetry install` replaces the editable installation with the
current PyPI version.
This commit is contained in:
Justin Mayer 2020-04-20 09:00:38 +02:00
commit 3b5cdef7f9

View file

@ -44,8 +44,9 @@ to manually create and activate a virtual environment::
Install the needed dependencies and set up the project::
pip install -e ~/projects/pelican invoke
pip install invoke
invoke setup
pip install -e ~/projects/pelican
Your local environment should now be ready to go!