- Sort Score
- Num 10 results
- Language All
Results 451 - 460 of 688 for Install (0.04 seconds)
-
docs/es/docs/tutorial/security/first-steps.md
## Ejecútalo { #run-it } /// info | Información El paquete [`python-multipart`](https://github.com/Kludex/python-multipart) se instala automáticamente con **FastAPI** cuando ejecutas el comando `pip install "fastapi[standard]"`. Sin embargo, si usas el comando `pip install fastapi`, el paquete `python-multipart` no se incluye por defecto.Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:15:55 GMT 2026 - 8.8K bytes - Click Count (0) -
docs/pt/docs/tutorial/request-forms-and-files.md
/// info | Informação Para receber arquivos carregados e/ou dados de formulário, primeiro instale [`python-multipart`](https://github.com/Kludex/python-multipart). Certifique-se de criar um [ambiente virtual](../virtual-environments.md), ativá-lo e então instalar, por exemplo: ```console $ pip install python-multipart ``` /// ## Importe `File` e `Form` { #import-file-and-form }
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:20:43 GMT 2026 - 1.6K 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) -
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/pt/docs/tutorial/security/oauth2-jwt.md
## Instalar `PyJWT` { #install-pyjwt } Nós precisamos instalar o `PyJWT` para criar e verificar os tokens JWT em Python. Certifique-se de criar um [ambiente virtual](../../virtual-environments.md), ativá-lo e então instalar o `pyjwt`: <div class="termy"> ```console $ pip install pyjwt ---> 100% ``` </div> /// info | InformaçãoCreated: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:20:43 GMT 2026 - 11.6K 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) -
docs/tr/docs/tutorial/testing.md
Bir [Sanal Ortam](../virtual-environments.md) oluşturduğunuzdan, onu aktifleştirdiğinizden ve sonra kurulumu yaptığınızdan emin olun; örneğin: ```console $ pip install httpx ``` /// `TestClient`'ı import edin. **FastAPI** uygulamanızı ona vererek bir `TestClient` oluşturun. Adı `test_` ile başlayan fonksiyonlar oluşturun (bu, `pytest`'in standart konvansiyonudur).
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 07:53:17 GMT 2026 - 6.3K bytes - Click Count (0) -
docs/tr/docs/tutorial/security/oauth2-jwt.md
## `PyJWT` Kurulumu { #install-pyjwt } Python'da JWT token'larını üretmek ve doğrulamak için `PyJWT` kurmamız gerekiyor. Bir [sanal ortam](../../virtual-environments.md) oluşturduğunuzdan emin olun, aktif edin ve ardından `pyjwt` kurun: <div class="termy"> ```console $ pip install pyjwt ---> 100% ``` </div> /// info | BilgiCreated: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 07:53:17 GMT 2026 - 12.1K bytes - Click Count (0) -
docs/uk/docs/tutorial/testing.md
Переконайтеся, що ви створили [віртуальне середовище](../virtual-environments.md), активували його, а потім встановили `httpx`, наприклад: ```console $ pip install httpx ``` /// Імпортуйте `TestClient`. Створіть `TestClient`, передавши йому ваш застосунок **FastAPI**. Створюйте функції з іменами, що починаються з `test_` (це стандартна угода для `pytest`).
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:27:41 GMT 2026 - 8.6K bytes - Click Count (0) -
docs/es/docs/tutorial/request-form-models.md
/// info | Información Para usar formularios, primero instala [`python-multipart`](https://github.com/Kludex/python-multipart). Asegúrate de crear un [entorno virtual](../virtual-environments.md), activarlo, y luego instalarlo, por ejemplo: ```console $ pip install python-multipart ``` /// /// note | Nota Esto es compatible desde la versión `0.113.0` de FastAPI. 🤓
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:15:55 GMT 2026 - 2.3K bytes - Click Count (0)