Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 51 - 60 of 290 for pip (0.01 seconds)

  1. docs/es/docs/index.md

    Si no deseas incluir las dependencias opcionales `standard`, puedes instalar con `pip install fastapi` en lugar de `pip install "fastapi[standard]"`.
    
    ### Sin `fastapi-cloud-cli` { #without-fastapi-cloud-cli }
    
    Si quieres instalar FastAPI con las dependencias standard pero sin `fastapi-cloud-cli`, puedes instalar con `pip install "fastapi[standard-no-fastapi-cloud-cli]"`.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:15:55 GMT 2026
    - 22.6K bytes
    - Click Count (0)
  2. docs/pt/docs/index.md

    Se você não deseja incluir as dependências opcionais `standard`, você pode instalar utilizando `pip install fastapi` ao invés de `pip install "fastapi[standard]"`.
    
    ### Sem o `fastapi-cloud-cli` { #without-fastapi-cloud-cli }
    
    Se você quiser instalar o FastAPI com as dependências padrão, mas sem o `fastapi-cloud-cli`, você pode instalar com `pip install "fastapi[standard-no-fastapi-cloud-cli]"`.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:20:43 GMT 2026
    - 22.7K bytes
    - Click Count (0)
  3. docs/ko/docs/advanced/settings.md

    먼저 [가상 환경](../virtual-environments.md)을 만들고 활성화한 다음, `pydantic-settings` 패키지를 설치하세요:
    
    <div class="termy">
    
    ```console
    $ pip install pydantic-settings
    ---> 100%
    ```
    
    </div>
    
    또는 다음처럼 `all` extras를 설치하면 함께 포함됩니다:
    
    <div class="termy">
    
    ```console
    $ pip install "fastapi[all]"
    ---> 100%
    ```
    
    </div>
    
    ### `Settings` 객체 만들기 { #create-the-settings-object }
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 14:06:26 GMT 2026
    - 11.9K bytes
    - Click Count (0)
  4. docs/zh-hant/docs/tutorial/security/first-steps.md

    ## 執行 { #run-it }
    
    /// info
    
    當你使用 `pip install "fastapi[standard]"` 指令安裝時,[`python-multipart`](https://github.com/Kludex/python-multipart) 套件會隨 FastAPI 自動安裝。
    
    不過若只執行 `pip install fastapi`,預設不會包含 `python-multipart`。
    
    若要手動安裝,請先建立並啟用一個[虛擬環境](../../virtual-environments.md),接著執行:
    
    ```console
    $ pip install python-multipart
    ```
    
    因為 OAuth2 會以「form data」傳送 `username` 與 `password`。
    
    ///
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 17:05:38 GMT 2026
    - 7.2K bytes
    - Click Count (0)
  5. docs/zh/docs/tutorial/security/first-steps.md

    ## 运行 { #run-it }
    
    /// info | 信息
    
    当你使用命令 `pip install "fastapi[standard]"` 安装 **FastAPI** 时,[`python-multipart`](https://github.com/Kludex/python-multipart) 包会自动安装。
    
    但是,如果你使用 `pip install fastapi`,默认不会包含 `python-multipart` 包。
    
    如需手动安装,请先创建并激活[虚拟环境](../../virtual-environments.md),然后执行:
    
    ```console
    $ pip install python-multipart
    ```
    
    这是因为 **OAuth2** 使用“表单数据”来发送 `username` 和 `password`。
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 17:06:37 GMT 2026
    - 7.5K bytes
    - Click Count (0)
  6. docs/de/docs/index.md

    Wenn Sie die `standard` optionalen Abhängigkeiten nicht einschließen möchten, können Sie mit `pip install fastapi` statt `pip install "fastapi[standard]"` installieren.
    
    ### Ohne `fastapi-cloud-cli` { #without-fastapi-cloud-cli }
    
    Wenn Sie FastAPI mit den Standardabhängigkeiten, aber ohne das `fastapi-cloud-cli` installieren möchten, können Sie mit `pip install "fastapi[standard-no-fastapi-cloud-cli]"` installieren.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 17:58:09 GMT 2026
    - 23.6K bytes
    - Click Count (1)
  7. docs/en/docs/advanced/wsgi.md

    ## Using `WSGIMiddleware` { #using-wsgimiddleware }
    
    /// info
    
    This requires installing `a2wsgi` for example with `pip install a2wsgi`.
    
    ///
    
    You need to import `WSGIMiddleware` from `a2wsgi`.
    
    Then wrap the WSGI (e.g. Flask) app with the middleware.
    
    And then mount that under a path.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 05 18:13:19 GMT 2026
    - 1.4K bytes
    - Click Count (0)
  8. docs/fr/docs/index.md

    Si vous ne souhaitez pas inclure les dépendances optionnelles `standard`, vous pouvez installer avec `pip install fastapi` au lieu de `pip install "fastapi[standard]"`.
    
    ### Sans `fastapi-cloud-cli` { #without-fastapi-cloud-cli }
    
    Si vous souhaitez installer FastAPI avec les dépendances standard mais sans `fastapi-cloud-cli`, vous pouvez installer avec `pip install "fastapi[standard-no-fastapi-cloud-cli]"`.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:37:13 GMT 2026
    - 23.8K bytes
    - Click Count (0)
  9. docs/fr/docs/deployment/manually.md

    Vous devez créer un [environnement virtuel](../virtual-environments.md), l'activer, puis vous pouvez installer l'application serveur.
    
    Par exemple, pour installer Uvicorn :
    
    <div class="termy">
    
    ```console
    $ pip install "uvicorn[standard]"
    
    ---> 100%
    ```
    
    </div>
    
    Un processus similaire s'appliquerait à tout autre programme de serveur ASGI.
    
    /// tip | Astuce
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:37:13 GMT 2026
    - 7.4K bytes
    - Click Count (0)
  10. docs/en/docs/index.md

    If you don't want to include the `standard` optional dependencies, you can install with `pip install fastapi` instead of `pip install "fastapi[standard]"`.
    
    ### Without `fastapi-cloud-cli` { #without-fastapi-cloud-cli }
    
    If you want to install FastAPI with the standard dependencies but without the `fastapi-cloud-cli`, you can install with `pip install "fastapi[standard-no-fastapi-cloud-cli]"`.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Sat Mar 07 09:29:03 GMT 2026
    - 21.4K bytes
    - Click Count (0)
Back to Top