Skip to content

Commit

Permalink
Update pyproject.md
Browse files Browse the repository at this point in the history
Explain that `poetry install` installs the scripts in the virtualenv. See python-poetry#2179 for the use case.
  • Loading branch information
noamraph authored Aug 19, 2020
1 parent 0d48fb6 commit 5bf4ae5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/docs/pyproject.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,8 @@ poetry = 'poetry.console:run'

Here, we will have the `poetry` script installed which will execute `console.run` in the `poetry` package.

When developing, run `poetry install` after editing the `scripts` section, to install the scripts in the virtualenv.

## `extras`

Poetry supports extras to allow expression of:
Expand Down

0 comments on commit 5bf4ae5

Please sign in to comment.