✏️ 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:
Oskar Skjærvø Gjølga 2022-11-06 16:12:01 +01:00 committed by GitHub
parent 6c5698fc90
commit 9f2d7ebe05
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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