- Sort Score
- Result 10 results
- Languages All
Results 121 - 130 of 284 for virtual (0.06 sec)
-
docs/ru/docs/advanced/websockets.md
## Установка `websockets` { #install-websockets } Убедитесь, что вы создали [виртуальное окружение](../virtual-environments.md){.internal-link target=_blank}, активировали его и установили `websockets` (библиотека Python, упрощающая работу с протоколом "WebSocket"): <div class="termy"> ```console $ pip install websocketsRegistered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Wed Dec 17 20:41:43 UTC 2025 - 8.6K bytes - Viewed (0) -
docs/de/docs/tutorial/index.md
--- ## FastAPI installieren { #install-fastapi } Der erste Schritt besteht darin, FastAPI zu installieren. Stellen Sie sicher, dass Sie eine [virtuelle Umgebung](../virtual-environments.md){.internal-link target=_blank} erstellen, sie aktivieren und dann **FastAPI installieren**: <div class="termy"> ```console $ pip install "fastapi[standard]" ---> 100% ``` </div>Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Sat Sep 20 15:10:09 UTC 2025 - 5.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/Constants.java
/** Property key for default sort value configuration. */ public static final String DEFAULT_SORT_VALUE_PROPERTY = "sort.value"; /** Property key for virtual host value configuration. */ public static final String VIRTUAL_HOST_VALUE_PROPERTY = "virtual.host.value"; /** Property key for login requirement configuration. */ public static final String LOGIN_REQUIRED_PROPERTY = "login.required";Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 35.2K bytes - Viewed (0) -
docs/en/docs/index.md
## Installation { #installation } Create and activate a <a href="https://fastapi.tiangolo.com/virtual-environments/" class="external-link" target="_blank">virtual environment</a> and then install FastAPI: <div class="termy"> ```console $ pip install "fastapi[standard]" ---> 100% ``` </div>Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Thu Dec 25 11:01:37 UTC 2025 - 23.5K bytes - Viewed (0) -
docs/uk/docs/tutorial/request-files.md
Щоб отримувати завантажені файли, спочатку встановіть <a href="https://github.com/Kludex/python-multipart" class="external-link" target="_blank">python-multipart</a>. Переконайтеся, що Ви створили [віртуальне середовище](../virtual-environments.md){.internal-link target=_blank}, активували його та встановили пакет, наприклад: ```console $ pip install python-multipart ```
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Sat Feb 22 22:01:44 UTC 2025 - 11.2K bytes - Viewed (0) -
docs/es/docs/tutorial/sql-databases.md
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Tue Dec 16 16:33:45 UTC 2025 - 17K bytes - Viewed (0) -
docs/es/docs/advanced/settings.md
### Instalar `pydantic-settings` { #install-pydantic-settings } Primero, asegúrate de crear tu [entorno virtual](../virtual-environments.md){.internal-link target=_blank}, actívalo y luego instala el paquete `pydantic-settings`: <div class="termy"> ```console $ pip install pydantic-settings ---> 100% ``` </div>Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Wed Dec 17 20:41:43 UTC 2025 - 13.2K bytes - Viewed (0) -
docs/de/docs/deployment/manually.md
Aber Sie können auch ein ASGI-Serverprogramm manuell installieren. Stellen Sie sicher, dass Sie eine [virtuelle Umgebung](../virtual-environments.md){.internal-link target=_blank} erstellen, sie aktivieren und dann die Serveranwendung installieren. Zum Beispiel, um Uvicorn zu installieren: <div class="termy"> ```console
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Sat Oct 11 17:48:49 UTC 2025 - 7.6K bytes - Viewed (0) -
docs/zh-hant/docs/tutorial/index.md
</pre> ``` </div> **強烈建議**你編寫或複製程式碼、進行修改並在本地端運行。 在編輯器中使用它,才能真正體會到 FastAPI 的好處,可以看到你只需編寫少量程式碼,以及所有的型別檢查、自動補齊等功能。 --- ## 安裝 FastAPI 第一步是安裝 FastAPI。 確保你建立一個[虛擬環境](../virtual-environments.md){.internal-link target=_blank},啟用它,然後**安裝 FastAPI**: <div class="termy"> ```console $ pip install "fastapi[standard]" ---> 100% ``` </div> /// noteRegistered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Tue Dec 17 21:16:46 UTC 2024 - 5.9K bytes - Viewed (0) -
docs/zh/docs/tutorial/index.md
``` </div> **强烈建议**您在本地编写或复制代码,对其进行编辑并运行。 在编辑器中使用 FastAPI 会真正地展现出它的优势:只需要编写很少的代码,所有的类型检查,代码补全等等。 --- ## 安装 FastAPI 第一个步骤是安装 FastAPI. 请确保您创建并激活一个[虚拟环境](../virtual-environments.md){.internal-link target=_blank},然后**安装 FastAPI**: <div class="termy"> ```console $ pip install "fastapi[standard]" ---> 100% ``` </div> /// noteRegistered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Mon Mar 31 08:15:11 UTC 2025 - 4.6K bytes - Viewed (0)