🌐 Update Traditional Chinese translation for `docs/zh-hant/docs/tutorial/index.md` (#13075)

This commit is contained in:
YungYueh ChanLee 2024-12-18 05:16:46 +08:00 committed by GitHub
parent 5fc3e91020
commit d03ef24c92
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -85,9 +85,9 @@ $ pip install "fastapi[standard]"
/// note /// note
當你使用 `pip install "fastapi[standard]"` 安裝時,會包含一些預設的可選標準依項。 當你使用 `pip install "fastapi[standard]"` 安裝時,會包含一些預設的可選標準依項。
如果你不想包含那些可選的依項,你可以使用 `pip install fastapi` 來安裝。 如果你不想包含那些可選的依項,你可以使用 `pip install fastapi` 來安裝。
/// ///