✏ Fix typo in docs about contributing, for compatibility with `pip` in Zsh (#5523)

Co-authored-by: zhangbo <zhangbo@zjptmc.com>
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
This commit is contained in:
zhangbo 2022-11-01 00:46:37 +08:00 committed by GitHub
parent 959f6bf209
commit 22524a1610
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -108,7 +108,7 @@ After activating the environment as described above:
<div class="termy">
```console
$ pip install -e .[dev,doc,test]
$ pip install -e ."[dev,doc,test]"
---> 100%
```

View File

@ -97,7 +97,7 @@ $ python -m venv env
<div class="termy">
```console
$ pip install -e .[dev,doc,test]
$ pip install -e ."[dev,doc,test]"
---> 100%
```

View File

@ -98,7 +98,7 @@ Após ativar o ambiente como descrito acima:
<div class="termy">
```console
$ pip install -e .[dev,doc,test]
$ pip install -e ."[dev,doc,test]"
---> 100%
```

View File

@ -97,7 +97,7 @@ $ python -m venv env
<div class="termy">
```console
$ pip install -e .[dev,doc,test]
$ pip install -e ."[dev,doc,test]"
---> 100%
```