Skip to content

Commit f76a33b

Browse files
ttamgneersighted
authored andcommitted
Documentation improvement for Zsh which needs ""
1 parent 5a563ff commit f76a33b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/cli.md

+4
Original file line numberDiff line numberDiff line change
@@ -362,6 +362,10 @@ poetry add "requests[security,socks]~=2.22.0"
362362
poetry add "git+https://github.com/pallets/[email protected][dotenv,dev]"
363363
```
364364

365+
{{% warning %}}
366+
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]"`
367+
{{% /warning %}}
368+
365369
If you want to add a package to a specific group of dependencies, you can use the `--group (-G)` option:
366370

367371
```bash

0 commit comments

Comments
 (0)