mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
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:
parent
075ca53bd2
commit
3b5cdef7f9
1 changed files with 2 additions and 1 deletions
|
|
@ -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!
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue