Skip to content

Commit

Permalink
馃摑 Fix typo in docs/en/docs/contributing.md (tiangolo#9878)
Browse files Browse the repository at this point in the history
Co-authored-by: Vicente Merino <vmerino@rexmas.com>
  • Loading branch information
2 people authored and magiskboy committed Aug 15, 2023
1 parent 1364bc1 commit 1e32487
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/docs/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 1e32487

Please sign in to comment.