Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 281 - 290 of 606 for instale (0.04 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. impl/maven-core/lifecycle-executor.txt

            <test>org.apache.maven.plugins:maven-surefire-plugin:test</test>
            <package>org.apache.maven.plugins:maven-jar-plugin:jar</package>
            <install>org.apache.maven.plugins:maven-install-plugin:install</install>
            <deploy>org.apache.maven.plugins:maven-deploy-plugin:deploy</deploy>
          </phases>
        </lifecycle>
      </lifecycles>
    </configuration>
    
    Created: Sun Apr 05 03:35:12 GMT 2026
    - Last Modified: Fri Oct 25 12:31:46 GMT 2024
    - 9.7K bytes
    - Click Count (0)
  2. docs/fr/docs/advanced/templates.md

    ## Installer les dépendances { #install-dependencies }
    
    Vous devez créer un [environnement virtuel](../virtual-environments.md), l'activer, puis installer `jinja2` :
    
    <div class="termy">
    
    ```console
    $ pip install jinja2
    
    ---> 100%
    ```
    
    </div>
    
    ## Utiliser `Jinja2Templates` { #using-jinja2templates }
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:37:13 GMT 2026
    - 3.7K bytes
    - Click Count (0)
  3. docs/en/docs/tutorial/response-model.md

    /// info
    
    To use `EmailStr`, first install [`email-validator`](https://github.com/JoshData/python-email-validator).
    
    Make sure you create a [virtual environment](../virtual-environments.md), activate it, and then install it, for example:
    
    ```console
    $ pip install email-validator
    ```
    
    or with:
    
    ```console
    $ pip install "pydantic[email]"
    ```
    
    ///
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 05 18:13:19 GMT 2026
    - 15.5K bytes
    - Click Count (0)
  4. docs/tr/docs/advanced/wsgi.md

    ## `WSGIMiddleware` Kullanımı { #using-wsgimiddleware }
    
    /// info
    
    Bunun için `a2wsgi` kurulmalıdır; örneğin `pip install a2wsgi` ile.
    
    ///
    
    `WSGIMiddleware`'ı `a2wsgi` paketinden import etmeniz gerekir.
    
    Ardından WSGI (örn. Flask) uygulamasını middleware ile sarmalayın.
    
    Ve sonra bunu bir path'in altına mount edin.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 07:53:17 GMT 2026
    - 1.7K bytes
    - Click Count (0)
  5. docs/tr/docs/advanced/settings.md

    ### `pydantic-settings`'i kurun { #install-pydantic-settings }
    
    Önce, [Sanal ortam](../virtual-environments.md) oluşturduğunuzdan, aktive ettiğinizden emin olun ve ardından `pydantic-settings` paketini kurun:
    
    <div class="termy">
    
    ```console
    $ pip install pydantic-settings
    ---> 100%
    ```
    
    </div>
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 07:53:17 GMT 2026
    - 11.8K bytes
    - Click Count (0)
  6. docs/zh-hant/docs/tutorial/testing.md

    ## 使用 `TestClient` { #using-testclient }
    
    /// info
    
    要使用 `TestClient`,請先安裝 [`httpx`](https://www.python-httpx.org)。
    
    請先建立並啟用一個[虛擬環境](../virtual-environments.md),然後安裝,例如:
    
    ```console
    $ pip install httpx
    ```
    
    ///
    
    匯入 `TestClient`。
    
    建立一個 `TestClient`,把你的 **FastAPI** 應用傳入其中。
    
    建立名稱以 `test_` 開頭的函式(這是 `pytest` 的慣例)。
    
    像使用 `httpx` 一樣使用 `TestClient` 物件。
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 17:05:38 GMT 2026
    - 5.6K bytes
    - Click Count (0)
  7. docs/zh/docs/tutorial/testing.md

    ## 使用 `TestClient` { #using-testclient }
    
    /// info | 信息
    
    要使用 `TestClient`,先要安装 [`httpx`](https://www.python-httpx.org)。
    
    确保你创建并激活一个[虚拟环境](../virtual-environments.md),然后再安装,例如:
    
    ```console
    $ pip install httpx
    ```
    
    ///
    
    导入 `TestClient`。
    
    通过传入你的**FastAPI**应用创建一个 `TestClient` 。
    
    创建名字以 `test_` 开头的函数(这是标准的 `pytest` 约定)。
    
    像使用 `httpx` 那样使用 `TestClient` 对象。
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 17:06:37 GMT 2026
    - 5.4K bytes
    - Click Count (0)
  8. tests/tests_all.sh

    fi
    
    # SqlServer for Mac M1
    if [[ -z $GITHUB_ACTION && -d tests ]]; then
      cd tests
      if [[ $(uname -a) == *" arm64" ]]; then
        MSSQL_IMAGE=mcr.microsoft.com/azure-sql-edge docker compose up -d --wait
        go install github.com/microsoft/go-sqlcmd/cmd/sqlcmd@latest || true
        for query in \
          "IF DB_ID('gorm') IS NULL CREATE DATABASE gorm" \
          "IF SUSER_ID (N'gorm') IS NULL CREATE LOGIN gorm WITH PASSWORD = 'LoremIpsum86';" \
    Created: Sun Apr 05 09:35:12 GMT 2026
    - Last Modified: Mon Jul 21 02:46:58 GMT 2025
    - 1.6K bytes
    - Click Count (0)
  9. docs/zh-hant/docs/deployment/manually.md

    指涉遠端機器時,常稱為 server、machine、VM(虛擬機器)、node 等,這些都指某種遠端機器(通常執行 Linux),你會在其上執行程式。
    
    ## 安裝伺服器程式 { #install-the-server-program }
    
    安裝 FastAPI 時會附帶一個可用於生產環境的伺服器 Uvicorn,你可以用 `fastapi run` 來啟動它。
    
    但你也可以手動安裝 ASGI 伺服器。
    
    請先建立並啟用一個 [虛擬環境](../virtual-environments.md),接著再安裝伺服器程式。
    
    例如,安裝 Uvicorn:
    
    <div class="termy">
    
    ```console
    $ pip install "uvicorn[standard]"
    
    ---> 100%
    ```
    
    </div>
    
    其他 ASGI 伺服器的安裝流程也大致相同。
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 17:05:38 GMT 2026
    - 6.2K bytes
    - Click Count (0)
  10. docs/fr/docs/advanced/settings.md

    ### Installer `pydantic-settings` { #install-pydantic-settings }
    
    D'abord, vous devez créer votre [environnement virtuel](../virtual-environments.md), l'activer, puis installer le paquet `pydantic-settings` :
    
    <div class="termy">
    
    ```console
    $ pip install pydantic-settings
    ---> 100%
    ```
    
    </div>
    
    Il est également inclus lorsque vous installez les extras `all` avec :
    
    <div class="termy">
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:37:13 GMT 2026
    - 12.3K bytes
    - Click Count (0)
Back to Top