- Sort Score
- Result 10 results
- Languages All
Results 191 - 200 of 471 for installs (0.09 sec)
-
.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) -
docs/em/docs/deployment/manually.md
๐ ๐ช โ ๐ซ ๐ ๐ฝ โฎ๏ธ: //// tab | Uvicorn * <a href="https://www.uvicorn.org/" class="external-link" target="_blank">Uvicorn</a>, ๐ฉ-โฉ ๐ซ ๐ฝ, ๐ ๐ uvloop & httptool. <div class="termy"> ```console $ pip install "uvicorn[standard]" ---> 100% ``` </div> /// tip โ `standard`, Uvicorn ๐ โ & โ๏ธ ๐ โ ๐. ๐ โ `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) -
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) -
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) -
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) -
.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) -
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) -
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) -
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) -
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)