- Sort Score
- Num 10 results
- Language All
Results 421 - 430 of 688 for Install (0.06 seconds)
-
docs/uk/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: Thu Mar 19 18:27:41 GMT 2026 - 33.3K bytes - Click Count (0) -
docs/tr/docs/tutorial/index.md
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 07:53:17 GMT 2026 - 5.7K bytes - Click Count (0) -
docs/fr/docs/tutorial/index.md
Si vous ne souhaitez pas avoir ces dépendances optionnelles, vous pouvez à la place installer `pip install fastapi`.
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:37:13 GMT 2026 - 5.8K bytes - Click Count (0) -
docs/tr/docs/virtual-environments.md
<div class="termy"> ```console $ pip install "fastapi[standard]" ---> 100% ``` </div> //// //// tab | `uv` Eğer [`uv`](https://github.com/astral-sh/uv) varsa: <div class="termy"> ```console $ uv pip install "fastapi[standard]" ---> 100% ``` </div> //// ### `requirements.txt`'ten Kurun { #install-from-requirements-txt }
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 07:53:17 GMT 2026 - 23.5K bytes - Click Count (0) -
docs/ru/docs/advanced/settings.md
### Установка `pydantic-settings` { #install-pydantic-settings } Сначала убедитесь, что вы создали [виртуальное окружение](../virtual-environments.md), активировали его, а затем установили пакет `pydantic-settings`: <div class="termy"> ```console $ pip install pydantic-settings ---> 100% ``` </div> Он также включен при установке набора `all` с:Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 17:56:20 GMT 2026 - 16.5K bytes - Click Count (0) -
docs/pt/docs/tutorial/testing.md
## Usando `TestClient` { #using-testclient } /// info | Informação Para usar o `TestClient`, primeiro instale [`httpx`](https://www.python-httpx.org). Certifique-se de criar um [ambiente virtual](../virtual-environments.md), ativá-lo e instalá-lo, por exemplo: ```console $ pip install httpx ``` /// Importe `TestClient`. Crie um `TestClient` passando sua aplicação **FastAPI** para ele.Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:20:43 GMT 2026 - 6.1K bytes - Click Count (0) -
docs/ru/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 17:56:20 GMT 2026 - 5K bytes - Click Count (0) -
docs/tr/docs/advanced/templates.md
## Bağımlılıkları Yükleme { #install-dependencies } Bir [sanal ortam](../virtual-environments.md) oluşturduğunuzdan, etkinleştirdiğinizden ve `jinja2`'yi yüklediğinizden emin olun: <div class="termy"> ```console $ pip install jinja2 ---> 100% ``` </div> ## `Jinja2Templates` Kullanımı { #using-jinja2templates }Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 07:53:17 GMT 2026 - 3.8K bytes - Click Count (0) -
docs/changelogs/changelog_2x.md
`OkResponseCache` interfaces. Both of these APIs have been dropped. In OkHttp 2 the built-in disk cache is the only supported response cache. * **HttpResponseCache has been renamed to Cache.** Install it with `OkHttpClient.setCache(...)` instead of `OkHttpClient.setResponseCache(...)`. * **OkAuthenticator has been replaced with Authenticator.** This newCreated: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Sun Feb 06 02:19:09 GMT 2022 - 26.6K bytes - Click Count (0) -
docs/pt/docs/advanced/websockets.md
## Instale `websockets` { #install-websockets } Garanta que você criou um [ambiente virtual](../virtual-environments.md), o ativou e instalou o `websockets` (uma biblioteca Python que facilita o uso do protocolo "WebSocket"): <div class="termy"> ```console $ pip install websockets ---> 100% ``` </div>Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:20:43 GMT 2026 - 5.6K bytes - Click Count (0)