Skip to content

Commit

Permalink
Update docs/cli.md
Browse files Browse the repository at this point in the history
Co-authored-by: Bjorn Neergaard <[email protected]>
  • Loading branch information
ttamg and neersighted committed May 17, 2022
1 parent f76a33b commit 6fd7fda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ poetry add "git+https://github.com/pallets/[email protected][dotenv,dev]"
```

{{% warning %}}
Be aware that some shells (in particular Mac Zsh) may not recognise the package name without quotes - for example `poetry add requests[security,socks]`. In this case try instead with quotes `poetry add "requests[security,socks]"`
Some shells may treat square braces (`[` and `]`) as special characters. It is suggested to always quote arguments containing these characters to prevent unexpected shell expansion.
{{% /warning %}}

If you want to add a package to a specific group of dependencies, you can use the `--group (-G)` option:
Expand Down

0 comments on commit 6fd7fda

Please sign in to comment.