Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 31 for uv (0.01 sec)

  1. docs/en/docs/virtual-environments.md

    ///
    
    ////
    
    //// tab | `uv`
    
    If you have <a href="https://github.com/astral-sh/uv" class="external-link" target="_blank">`uv`</a> installed, you can use it to create a virtual environment.
    
    <div class="termy">
    
    ```console
    $ uv venv
    ```
    
    </div>
    
    /// tip
    
    By default, `uv` will create a virtual environment in a directory called `.venv`.
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sun Aug 31 09:15:41 UTC 2025
    - 22.4K bytes
    - Viewed (0)
  2. docs/zh-hant/docs/virtual-environments.md

    * `.venv`: 在新目錄 `.venv` 中建立虛擬環境
    
    ///
    
    ////
    
    //// tab | `uv`
    
    如果你安裝了 <a href="https://github.com/astral-sh/uv" class="external-link" target="_blank">`uv`</a>,你也可以使用它來建立一個虛擬環境。
    
    <div class="termy">
    
    ```console
    $ uv venv
    ```
    
    </div>
    
    /// tip
    
    預設情況下,`uv` 會在一個名為 `.venv` 的目錄中建立一個虛擬環境。
    
    但你可以透過傳遞一個額外的引數來自訂它,指定目錄的名稱。
    
    ///
    
    ////
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Mon Dec 09 22:39:33 UTC 2024
    - 20.7K bytes
    - Viewed (0)
  3. ci/official/containers/ml_build_arm64/requirements.txt

    portpicker==1.6.0
    # For wheel verification, and uploading
    auditwheel ~= 6.1.0
    twine ~= 6.1.0
    
    # uv is faster than pip for installing Python packages.
    Registered: Tue Sep 09 12:39:10 UTC 2025
    - Last Modified: Fri May 02 16:02:16 UTC 2025
    - 162 bytes
    - Viewed (0)
  4. docs/ru/docs/virtual-environments.md

    ///
    
    ////
    
    //// tab | `uv`
    
    Если вы установили <a href="https://github.com/astral-sh/uv" class="external-link" target="_blank">`uv`</a>, то вы можете им воспользоваться для создания виртуальной среды разработки.
    
    <div class="termy">
    
    ```console
    $ uv venv
    ```
    
    </div>
    
    /// tip | Подсказка
    
    По умолчанию `uv` создаст виртуальную среду разработки в папке под названием `.venv`.
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Tue Dec 10 11:34:19 UTC 2024
    - 34.2K bytes
    - Viewed (0)
  5. docs/ja/docs/virtual-environments.md

    - `.venv` : 仮想環境を`.venv`という新しいディレクトリに作成します
    
    ///
    
    ////
    
    //// tab | `uv`
    
    もし <a href="https://github.com/astral-sh/uv" class="external-link" target="_blank">`uv`</a> をインストール済みなら、仮想環境を作成するために `uv` を使うこともできます。
    
    <div class="termy">
    
    ```console
    $ uv venv
    ```
    
    </div>
    
    /// tip | 豆知識
    
    デフォルトでは、 `uv` は `.venv` というディレクトリに仮想環境を作成します。
    
    ただし、追加の引数にディレクトリ名を与えてカスタマイズすることもできます。
    
    ///
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Wed Mar 19 12:22:33 UTC 2025
    - 27.8K bytes
    - Viewed (0)
  6. .github/workflows/build-docs.yml

            with:
              python-version: "3.11"
          - name: Setup uv
            uses: astral-sh/setup-uv@v6
            with:
              version: "0.4.15"
              enable-cache: true
              cache-dependency-glob: |
                requirements**.txt
                pyproject.toml
          - name: Install docs extras
            run: uv pip install -r requirements-docs.txt
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Fri Aug 15 21:44:06 UTC 2025
    - 4.1K bytes
    - Viewed (0)
  7. .github/workflows/people.yml

            with:
              python-version: "3.11"
          - name: Setup uv
            uses: astral-sh/setup-uv@v6
            with:
              version: "0.4.15"
              enable-cache: true
              cache-dependency-glob: |
                requirements**.txt
                pyproject.toml
          - name: Install Dependencies
            run: uv pip install -r requirements-github-actions.txt
          # Allow debugging with tmate
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Fri Aug 15 21:44:06 UTC 2025
    - 1.6K bytes
    - Viewed (0)
  8. .github/workflows/smokeshow.yml

          - uses: actions/setup-python@v5
            with:
              python-version: '3.9'
          - name: Setup uv
            uses: astral-sh/setup-uv@v6
            with:
              version: "0.4.15"
              enable-cache: true
              cache-dependency-glob: |
                requirements**.txt
                pyproject.toml
          - run: uv pip install -r requirements-github-actions.txt
          - uses: actions/download-artifact@v5
            with:
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Fri Aug 15 21:44:06 UTC 2025
    - 1.8K bytes
    - Viewed (0)
  9. .github/workflows/notify-translations.yml

            with:
              python-version: "3.11"
          - name: Setup uv
            uses: astral-sh/setup-uv@v6
            with:
              version: "0.4.15"
              enable-cache: true
              cache-dependency-glob: |
                requirements**.txt
                pyproject.toml
          - name: Install Dependencies
            run: uv pip install -r requirements-github-actions.txt
          # Allow debugging with tmate
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Fri Aug 15 21:44:06 UTC 2025
    - 1.7K bytes
    - Viewed (0)
  10. docs/es/docs/virtual-environments.md

    ///
    
    ////
    
    //// tab | `uv`
    
    Si tienes instalado <a href="https://github.com/astral-sh/uv" class="external-link" target="_blank">`uv`</a>, puedes usarlo para crear un entorno virtual.
    
    <div class="termy">
    
    ```console
    $ uv venv
    ```
    
    </div>
    
    /// tip | Consejo
    
    Por defecto, `uv` creará un entorno virtual en un directorio llamado `.venv`.
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Mon Dec 30 18:26:57 UTC 2024
    - 22.2K bytes
    - Viewed (0)
Back to top