✏️ Add quotes to package name that includes brackets in docs (#475)
Adds quotes to package name with brackets Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
This commit is contained in:
parent
6c5698fc90
commit
9f2d7ebe05
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ Add `typer[all]` to your dependencies:
|
|||
<div class="termy">
|
||||
|
||||
```console
|
||||
$ poetry add typer[all]
|
||||
$ poetry add "typer[all]"
|
||||
|
||||
// It creates a virtual environment for your project
|
||||
Creating virtualenv rick-portal-gun-w31dJa0b-py3.6 in /home/rick/.cache/pypoetry/virtualenvs
|
||||
|
|
Loading…
Reference in a new issue