📝 Fix typo in `docs/en/docs/contributing.md` (#9878)

Co-authored-by: Vicente Merino <vmerino@rexmas.com>
This commit is contained in:
Vicente Merino 2023-08-05 04:34:07 -04:00 committed by GitHub
parent b76112f1a5
commit 0b496ea1f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ And if you update that local FastAPI source code when you run that Python file a
That way, you don't have to "install" your local version to be able to test every change.
!!! note "Technical Details"
This only happens when you install using this included `requiements.txt` instead of installing `pip install fastapi` directly.
This only happens when you install using this included `requirements.txt` instead of installing `pip install fastapi` directly.
That is because inside of the `requirements.txt` file, the local version of FastAPI is marked to be installed in "editable" mode, with the `-e` option.