- Sort Score
- Num 10 results
- Language All
Results 251 - 260 of 583 for instale (0.04 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
docs/ko/docs/advanced/templates.md
일반적인 선택은 Jinja2로, Flask와 다른 도구에서도 사용됩니다. 설정을 쉽게 할 수 있는 유틸리티가 있으며, 이를 **FastAPI** 애플리케이션에서 직접 사용할 수 있습니다(Starlette 제공). ## 의존성 설치 { #install-dependencies } [가상 환경](../virtual-environments.md)을 생성하고, 활성화한 후 `jinja2`를 설치해야 합니다: <div class="termy"> ```console $ pip install jinja2 ---> 100% ``` </div> ## `Jinja2Templates` 사용하기 { #using-jinja2templates } * `Jinja2Templates`를 가져옵니다.Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 14:06:26 GMT 2026 - 3.8K bytes - Click Count (0) -
ci/official/containers/ml_build/cuda13.0_cudnn9.12.packages.txt
libcufft-13-0 libcurand-13-0 libcusolver-dev-13-0 libcusparse-dev-13-0 libcublas-13-0 libcublas-dev-13-0 libnccl-dev=2.27.7-1+cuda13.0 libnccl2=2.27.7-1+cuda13.0 # CuDNN: https://docs.nvidia.com/deeplearning/sdk/cudnn-install/index.html#ubuntu-network-installation libcudnn9-headers-cuda-13=9.12.0.46-1 libcudnn9-static-cuda-13=9.12.0.46-1 libcudnn9-dev-cuda-13=9.12.0.46-1
Created: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Wed Sep 10 16:44:14 GMT 2025 - 611 bytes - Click Count (0) -
README.asciidoc
https://www.elastic.co/cloud/as-a-service[Elasticsearch Service on Elastic Cloud]. If you prefer to install and manage Elasticsearch yourself, you can download the latest version from https://www.elastic.co/downloads/elasticsearch[elastic.co/downloads/elasticsearch]. For more installation options, see the https://www.elastic.co/guide/en/elasticsearch/reference/current/install-elasticsearch.html[Elasticsearch installation documentation]. [[upgrade]]
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Tue Apr 20 13:32:21 GMT 2021 - 2.6K bytes - Click Count (0) -
.github/workflows/docs.yml
with: distribution: 'temurin' java-version: 21 - uses: actions/setup-python@v6 with: python-version: 3.x - run: pip install mkdocs-material mkdocs-redirects - name: Generate Docs run: ./test_docs.sh - uses: actions/upload-artifact@v7 with: name: docsCreated: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Thu Feb 26 22:11:04 GMT 2026 - 990 bytes - Click Count (0) -
docs/zh-hant/docs/virtual-environments.md
<div class="termy"> ```console $ pip install "fastapi[standard]" ---> 100% ``` </div> //// //// tab | `uv` 如果你有 [`uv`](https://github.com/astral-sh/uv): <div class="termy"> ```console $ uv pip install "fastapi[standard]" ---> 100% ``` </div> //// ### 從 `requirements.txt` 安裝 { #install-from-requirements-txt }
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 17:05:38 GMT 2026 - 21K bytes - Click Count (0) -
docs/zh/docs/virtual-environments.md
<div class="termy"> ```console $ pip install "fastapi[standard]" ---> 100% ``` </div> //// //// tab | `uv` 如果你有 [`uv`](https://github.com/astral-sh/uv): <div class="termy"> ```console $ uv pip install "fastapi[standard]" ---> 100% ``` </div> //// ### 从 `requirements.txt` 安装 { #install-from-requirements-txt }
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 17:06:37 GMT 2026 - 21.4K bytes - Click Count (0) -
.github/workflows/topic-repos.yml
- name: Setup uv uses: astral-sh/setup-uv@v7 with: enable-cache: true cache-dependency-glob: | pyproject.toml uv.lock - name: Install GitHub Actions dependencies run: uv sync --locked --no-dev --group github-actions - name: Update Topic Repos run: uv run ./scripts/topic_repos.py env:Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Sat Jan 10 22:02:57 GMT 2026 - 969 bytes - Click Count (0) -
.github/workflows/label-approved.yml
- name: Setup uv uses: astral-sh/setup-uv@v7 with: enable-cache: true cache-dependency-glob: | pyproject.toml uv.lock - name: Install GitHub Actions dependencies run: uv sync --locked --no-dev --group github-actions - name: Label Approved run: uv run ./scripts/label_approved.py env: TOKEN: ${{ secrets.GITHUB_TOKEN }}Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Sat Jan 10 22:02:57 GMT 2026 - 1.1K bytes - Click Count (0) -
docs/ko/docs/deployment/manually.md
## 서버 프로그램 설치하기 { #install-the-server-program } FastAPI를 설치하면 프로덕션 서버인 Uvicorn이 함께 설치되며, `fastapi run` 명령으로 시작할 수 있습니다. 하지만 ASGI 서버를 수동으로 설치할 수도 있습니다. [가상 환경](../virtual-environments.md)을 만들고 활성화한 다음, 서버 애플리케이션을 설치하세요. 예를 들어 Uvicorn을 설치하려면: <div class="termy"> ```console $ pip install "uvicorn[standard]" ---> 100% ``` </div>Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 14:06:26 GMT 2026 - 7.4K bytes - Click Count (0) -
docs/uk/docs/advanced/templates.md
## Встановіть залежності { #install-dependencies } Переконайтеся, що ви створили [віртуальне оточення](../virtual-environments.md), активували його та встановили `jinja2`: <div class="termy"> ```console $ pip install jinja2 ---> 100% ``` </div> ## Використання `Jinja2Templates` { #using-jinja2templates }Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:27:41 GMT 2026 - 4.9K bytes - Click Count (0)