mirror of
https://github.com/rjNemo/fastapi
synced 2026-06-11 21:16:45 +00:00
✏ 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:
parent
959f6bf209
commit
22524a1610
4 changed files with 4 additions and 4 deletions
|
|
@ -108,7 +108,7 @@ After activating the environment as described above:
|
||||||
<div class="termy">
|
<div class="termy">
|
||||||
|
|
||||||
```console
|
```console
|
||||||
$ pip install -e .[dev,doc,test]
|
$ pip install -e ."[dev,doc,test]"
|
||||||
|
|
||||||
---> 100%
|
---> 100%
|
||||||
```
|
```
|
||||||
|
|
|
||||||
|
|
@ -97,7 +97,7 @@ $ python -m venv env
|
||||||
<div class="termy">
|
<div class="termy">
|
||||||
|
|
||||||
```console
|
```console
|
||||||
$ pip install -e .[dev,doc,test]
|
$ pip install -e ."[dev,doc,test]"
|
||||||
|
|
||||||
---> 100%
|
---> 100%
|
||||||
```
|
```
|
||||||
|
|
|
||||||
|
|
@ -98,7 +98,7 @@ Após ativar o ambiente como descrito acima:
|
||||||
<div class="termy">
|
<div class="termy">
|
||||||
|
|
||||||
```console
|
```console
|
||||||
$ pip install -e .[dev,doc,test]
|
$ pip install -e ."[dev,doc,test]"
|
||||||
|
|
||||||
---> 100%
|
---> 100%
|
||||||
```
|
```
|
||||||
|
|
|
||||||
|
|
@ -97,7 +97,7 @@ $ python -m venv env
|
||||||
<div class="termy">
|
<div class="termy">
|
||||||
|
|
||||||
```console
|
```console
|
||||||
$ pip install -e .[dev,doc,test]
|
$ pip install -e ."[dev,doc,test]"
|
||||||
|
|
||||||
---> 100%
|
---> 100%
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue