-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Closed
Labels
area/docsDocumentation issues/improvementsDocumentation issues/improvements
Description
- I have searched the issues of this repo and believe that this is not a duplicate.
Issue
Docs are not too verbose on what @
operator means. E.g. three commands bellow seem to do the same thing:
poetry add '[email protected]'
poetry add 'bar=1.2.3'
poetry add 'bar==1.2.3'
Additionally these few are accepted as well:
poetry add 'bar@=1.2.3'
poetry add 'bar@==1.2.3'
poetry add 'bar===1.2.3'
poetry add 'bar====1.2.3'
Metadata
Metadata
Assignees
Labels
area/docsDocumentation issues/improvementsDocumentation issues/improvements