Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
4bccdae
Fix a link
Oct 19, 2023
87042d6
Improve venv setup instructions
Oct 19, 2023
e136460
Rename two headings
Oct 19, 2023
324772f
Fix a few typos, etc.
Oct 19, 2023
ce0eaf6
Add a heading and point to it
Oct 19, 2023
6668828
Switch chapters
Oct 19, 2023
e992920
Remove redundant explanation and restructure
Oct 19, 2023
129e701
Add chapter "Things to be kept as-is"
Oct 19, 2023
e56d9b2
Add introduction sentence
Oct 19, 2023
ce8df22
"small written" -> "low-caps"
Oct 19, 2023
1b28737
Dedent heading by one
Oct 19, 2023
891ca8b
Be more explicit
Oct 19, 2023
9fcacee
Be more explicit
Oct 20, 2023
c6f38a0
Merge branch 'tiangolo:master' into review-en/docs/contributing.md
Oct 20, 2023
240f526
Small improvements
Oct 20, 2023
887cdb9
Info box
Oct 20, 2023
2dfc8cd
Shorten the added section
Oct 20, 2023
3f54fb9
Add hint how to do it in VS Code
Oct 22, 2023
416aac2
Merge branch 'tiangolo:master' into review-en/docs/contributing.md
Oct 25, 2023
8d332ac
Rename chapter and move it one down
Oct 30, 2023
86b73e0
Merge branch 'tiangolo:master' into review-en/docs/contributing.md
Oct 30, 2023
b8f5057
Merge branch 'tiangolo:master' into review-en/docs/contributing.md
Oct 31, 2023
b7a9dd5
Merge branch 'tiangolo:master' into review-en/docs/contributing.md
Nov 29, 2023
f36b0e9
Merge branch 'tiangolo:master' into review-en/docs/contributing.md
Dec 1, 2023
c6c4e90
Sync with #10844
Dec 27, 2023
aef9908
Merge remote-tracking branch 'upstream/master' into review-en/docs/co…
Dec 27, 2023
6aeb512
Fix weird things done by the VS Code merge conflict resolver.
Dec 27, 2023
6aba798
Replace three blank lines with one
Dec 27, 2023
f1dd3c5
✏️ Tweak lin formatk and micro-typo
tiangolo Jan 11, 2024
c7b7a21
Merge branch 'master' into review-en/docs/contributing.md
tiangolo Jan 11, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Rename two headings
  • Loading branch information
Nils Lindemann committed Oct 19, 2023
commit e136460e457e638f4c4f7323f4309987a5969216
4 changes: 2 additions & 2 deletions docs/en/docs/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ $ python -m pip install --upgrade pip

This makes sure that if you use a terminal program installed by that package, you use the one from your local environment and not any other that could be installed globally.

### pip
### Install requirements using pip

After activating the environment as described above:

Expand Down Expand Up @@ -130,7 +130,7 @@ That way, you don't have to "install" your local version to be able to test ever

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.

### Format
### Format the code

There is a script that you can run that will format and clean all your code:

Expand Down