Search Options

Results per page
Sort
Preferred Languages
Advance

Results 191 - 200 of 471 for installs (0.04 sec)

  1. .github/workflows/check-commits.yml

            with:
              fetch-depth: 0
          - name: Set up JDK 17
            uses: actions/setup-java@v5
            with:
              distribution: 'temurin'
              java-version: '17'
          - name: Install Groovy
            run: sudo apt-get install groovy
          - name: List PR commits
            run: |
              git log --pretty=format:"%H" ${{ github.event.pull_request.base.sha }}..${{ github.event.pull_request.head.sha }} > pr_commits.txt
    Registered: Wed Sep 10 11:36:15 UTC 2025
    - Last Modified: Thu Sep 04 22:13:34 UTC 2025
    - 3K bytes
    - Viewed (0)
  2. docs/em/docs/deployment/manually.md

    ๐Ÿ‘† ๐Ÿ’ช โŽ ๐Ÿ”ซ ๐Ÿ”— ๐Ÿ’ฝ โฎ๏ธ:
    
    //// tab | Uvicorn
    
    * <a href="https://www.uvicorn.org/" class="external-link" target="_blank">Uvicorn</a>, ๐ŸŒฉ-โฉ ๐Ÿ”ซ ๐Ÿ’ฝ, ๐Ÿ— ๐Ÿ”› uvloop &amp; httptool.
    
    <div class="termy">
    
    ```console
    $ pip install "uvicorn[standard]"
    
    ---> 100%
    ```
    
    </div>
    
    /// tip
    
    โŽ `standard`, Uvicorn ๐Ÿ”œ โŽ &amp; โš™๏ธ ๐Ÿ‘ โž• ๐Ÿ”—.
    
    ๐Ÿ‘ˆ โœ… `uvloop`, โ†•-๐ŸŽญ ๐Ÿ’ง-โ™ป `asyncio`, ๐Ÿ‘ˆ ๐Ÿšš ๐Ÿฆ ๐Ÿ› ๏ธ ๐ŸŽญ ๐Ÿ“ˆ.
    
    ///
    
    ////
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Tue Aug 06 04:48:30 UTC 2024
    - 4.2K bytes
    - Viewed (0)
  3. docs/ko/docs/deployment/docker.md

    # (2)
    WORKDIR /tmp
    
    # (3)
    RUN pip install poetry
    
    # (4)
    COPY ./pyproject.toml ./poetry.lock* /tmp/
    
    # (5)
    RUN poetry export -f requirements.txt --output requirements.txt --without-hashes
    
    # (6)
    FROM python:3.9
    
    # (7)
    WORKDIR /code
    
    # (8)
    COPY --from=requirements-stage /tmp/requirements.txt /code/requirements.txt
    
    # (9)
    RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sat Nov 09 16:39:20 UTC 2024
    - 42.7K bytes
    - Viewed (0)
  4. docs/en/docs/tutorial/response-model.md

    /// info
    
    To use `EmailStr`, first install <a href="https://github.com/JoshData/python-email-validator" class="external-link" target="_blank">`email-validator`</a>.
    
    Make sure you create a [virtual environment](../virtual-environments.md){.internal-link target=_blank}, activate it, and then install it, for example:
    
    ```console
    $ pip install email-validator
    ```
    
    or with:
    
    ```console
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sun Aug 31 09:15:41 UTC 2025
    - 16K bytes
    - Viewed (0)
  5. misc/ios/go_ios_exec.go

    	}
    	return nil
    }
    
    func installSimulator(appdir string) error {
    	cmd := exec.Command(
    		"xcrun", "simctl", "install",
    		"booted", // Install to the booted simulator.
    		appdir,
    	)
    	if out, err := cmd.CombinedOutput(); err != nil {
    		os.Stderr.Write(out)
    		return fmt.Errorf("xcrun simctl install booted %q: %v", appdir, err)
    	}
    	return nil
    }
    
    func runSimulator(appdir, bundleID string, args []string) error {
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Tue Jun 18 16:32:49 UTC 2024
    - 8.7K bytes
    - Viewed (0)
  6. .github/workflows/vulncheck.yml

            uses: actions/checkout@v4
          - name: Set up Go
            uses: actions/setup-go@v5
            with:
              go-version: 1.24.x
              cached: false
          - name: Get official govulncheck
            run: go install golang.org/x/vuln/cmd/govulncheck@latest
            shell: bash
          - name: Run govulncheck
            run: govulncheck -show verbose ./...
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Thu Apr 24 23:34:11 UTC 2025
    - 682 bytes
    - Viewed (0)
  7. ci/official/containers/ml_build/cuda12.1_cudnn9.1.packages.txt

    libcufft-12-1
    libcurand-12-1
    libcusolver-dev-12-1
    libcusparse-dev-12-1
    libcublas-12-1
    libcublas-dev-12-1
    libnccl-dev=2.18.3-1+cuda12.1
    libnccl2=2.18.3-1+cuda12.1
    # CuDNN: https://docs.nvidia.com/deeplearning/sdk/cudnn-install/index.html#ubuntu-network-installation
    libcudnn9-dev-cuda-12=9.1.1.17-1
    Registered: Tue Sep 09 12:39:10 UTC 2025
    - Last Modified: Tue Feb 18 20:42:21 UTC 2025
    - 535 bytes
    - Viewed (0)
  8. api/maven-api-core/src/main/java/org/apache/maven/api/services/LocalRepositoryManager.java

     * The local repository serves as a cache for downloaded remote artifacts and storage
     * for locally installed artifacts. This manager provides services to determine the
     * appropriate paths for artifacts within the local repository structure.
     *
     * <p>The LocalRepositoryManager is responsible for:
     * <ul>
     *   <li>Determining the storage path for locally installed artifacts</li>
     *   <li>Managing the layout and organization of cached remote artifacts</li>
    Registered: Sun Sep 07 03:35:12 UTC 2025
    - Last Modified: Fri Feb 07 00:45:02 UTC 2025
    - 3.6K bytes
    - Viewed (0)
  9. docs/ja/docs/tutorial/index.md

    <div class="termy">
    
    ```console
    $ pip install "fastapi[all]"
    
    ---> 100%
    ```
    
    </div>
    
    ...ใ“ใ‚Œใซใฏใ€ใ‚ณใƒผใƒ‰ใ‚’ๅฎŸ่กŒใ™ใ‚‹ใ‚ตใƒผใƒใƒผใจใ—ใฆไฝฟ็”จใงใใ‚‹ `uvicorn`ใ‚‚ๅซใพใ‚Œใพใ™ใ€‚
    
    /// note | ๅ‚™่€ƒ
    
    ใƒ‘ใƒผใƒ„ๆฏŽใซใ‚คใƒณใ‚นใƒˆใƒผใƒซใ™ใ‚‹ใ“ใจใ‚‚ๅฏ่ƒฝใงใ™ใ€‚
    
    ไปฅไธ‹ใฏใ€ใ‚ขใƒ—ใƒชใ‚ฑใƒผใ‚ทใƒงใƒณใ‚’ๆœฌ็•ช็’ฐๅขƒใซใƒ‡ใƒ—ใƒญใ‚คใ™ใ‚‹้š›ใซ่กŒใ†ใงใ‚ใ‚ใ†ใ‚‚ใฎใงใ™:
    
    ```
    pip install fastapi
    ```
    
    ใพใŸใ€ใ‚ตใƒผใƒใƒผใจใ—ใฆๅ‹•ไฝœใ™ใ‚‹ใ‚ˆใ†ใซ`uvicorn` ใ‚’ใ‚คใƒณใ‚นใƒˆใƒผใƒซใ—ใพใ™:
    
    ```
    pip install "uvicorn[standard]"
    ```
    
    ใใ—ใฆใ€ไฝฟ็”จใ—ใŸใ„ไพๅญ˜้–ขไฟ‚ใ‚’ใใ‚Œใžใ‚ŒๅŒๆง˜ใซใ‚คใƒณใ‚นใƒˆใƒผใƒซใ—ใพใ™ใ€‚
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sat Nov 09 16:39:20 UTC 2024
    - 3.3K bytes
    - Viewed (0)
  10. src/packaging/common/scripts/postinst

        ;;
    
        # RedHat ####################################################
        1)
            # If $1=1 this is an install
            IS_UPGRADE=false
        ;;
        2)
            # If $1=1 this is an upgrade
            IS_UPGRADE=true
        ;;
    
        *)
            echo "post install script called with unknown argument \`$1'" >&2
            exit 1
        ;;
    esac
    
    if [ "x$IS_UPGRADE" != "xtrue" ]; then
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Dec 10 01:24:02 UTC 2015
    - 3.1K bytes
    - Viewed (0)
Back to top