Skip to content

Commit

Permalink
Update pyproject.md (#2829)
Browse files Browse the repository at this point in the history
* Update pyproject.md

Explain that `poetry install` installs the scripts in the virtualenv. See #2179 for the use case.
  • Loading branch information
noamraph authored Aug 20, 2020
1 parent 0d48fb6 commit 5de6203
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/docs/pyproject.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

!!!note

When a script is added or updated, run `poetry install` to make them available in the project's virtualenv.

## `extras`

Poetry supports extras to allow expression of:
Expand Down

0 comments on commit 5de6203

Please sign in to comment.