Skip to content

Commit

Permalink
fix: correct contribution docs typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Vicente Merino committed Jul 14, 2023
1 parent f7e3559 commit 8d69d4b
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 8d69d4b

Please sign in to comment.