Commit 5de62034 by Noam Yorav-Raphael Committed by GitHub

Update pyproject.md (#2829)

* Update pyproject.md

Explain that `poetry install` installs the scripts in the virtualenv. See #2179 for the use case.
parent 0d48fb66
...@@ -216,6 +216,10 @@ poetry = 'poetry.console:run' ...@@ -216,6 +216,10 @@ poetry = 'poetry.console:run'
Here, we will have the `poetry` script installed which will execute `console.run` in the `poetry` package. Here, we will have the `poetry` script installed which will execute `console.run` in the `poetry` package.
!!!note
When a script is added or updated, run `poetry install` to make them available in the project's virtualenv.
## `extras` ## `extras`
Poetry supports extras to allow expression of: Poetry supports extras to allow expression of:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment