-
-
Notifications
You must be signed in to change notification settings - Fork 6.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
📝 Add misc dependency installs to tutorial docs #2126
📝 Add misc dependency installs to tutorial docs #2126
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2126 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 532 532
Lines 13684 13684
=========================================
Hits 13684 13684 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
📝 Docs preview for commit becbb8b618cba8a5b731e7bf9277973ebce849d0 at: https://5f78e963b71464eabdcbc896--fastapi.netlify.app |
Given its relative centrality to this topic of the tutorial, took style cues from other tutorial docs with similar circumstances (e.g., `testing.md`, `static-files.md`, etc.) and added as a standalone installation section.
becbb8b
to
8247ff6
Compare
📝 Docs preview for commit 8247ff6 at: https://5f78f79083304e04f9f8944d--fastapi.netlify.app |
I think you can add one more, to fix #2134 |
Given its relative centrality to this topic of the tutorial, took style cues from other tutorial docs with similar circumstances (e.g., `testing.md`, `static-files.md`, etc.) and added as a standalone installation section. Closes fastapi#2134
📝 Docs preview for commit b589bde at: https://5f7b702b676f552e9ed3bcf5--fastapi.netlify.app |
Thanks for the contribution @TeoZosa! 🎉 |
📝 Docs preview for commit 307c183 at: https://62fe9cd86ec0de14f818275e--fastapi.netlify.app |
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
Overview
Just some small (potential) improvements to the tutorial, adding required dependency installations that are otherwise not mentioned in their corresponding tutorial sections.
Reasoning:
Although:
SQLAlchemy
) in the documentation home page (docs/index.md
) under the section "Optional Dependencies"docs/tutorial/index.md
) recommends installing FastAPI with all the optional dependencies and features (i.e.,pip install fastapi[all]
)These additions may still be helpful for beginners and seem to be in keeping with the style of the documentation as a whole (i.e., standalone sections).