Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 571 - 580 of 688 for Install (0.06 seconds)

  1. CHANGELOG/CHANGELOG-1.18.md

    it requires installation of the OpenStack Cinder CSI Driver. The in-tree AWS OpenStack Cinder driver "kubernetes.io/cinder" was deprecated in 1.16 and will be removed in 1.20. Users should enable CSIMigration + CSIMigrationOpenStack features and install the OpenStack Cinder CSI Driver (https://github.com/kubernetes/cloud-provider-openstack) to avoid disruption to existing Pod and PVC objects at that time. Users should start using the OpenStack Cinder CSI Driver directly for any new volumes. ([#8...
    Created: Fri Apr 03 09:05:14 GMT 2026
    - Last Modified: Wed Jun 16 17:18:28 GMT 2021
    - 373.2K bytes
    - Click Count (0)
  2. docs/zh/docs/tutorial/response-model.md

    /// info | 信息
    
    要使用 `EmailStr`,首先安装 [`email-validator`](https://github.com/JoshData/python-email-validator)。
    
    请先创建并激活一个[虚拟环境](../virtual-environments.md),然后安装,例如:
    
    ```console
    $ pip install email-validator
    ```
    
    或者:
    
    ```console
    $ pip install "pydantic[email]"
    ```
    
    ///
    
    我们使用这个模型来声明输入,同时也用相同的模型来声明输出:
    
    {* ../../docs_src/response_model/tutorial002_py310.py hl[16] *}
    
    现在,每当浏览器使用密码创建用户时,API 会在响应中返回相同的密码。
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 17:06:37 GMT 2026
    - 14.5K bytes
    - Click Count (0)
  3. docs/changelogs/changelog_3x.md

        your build system.
    
        OkHttp will use Conscrypt if you set the `okhttp.platform` system property
        to `conscrypt`.
    
        Alternatively, OkHttp will also use Conscrypt if you install it as your
        preferred security provider. To do so, add the following code to execute
        before you create your `OkHttpClient`.
    
        ```
        Security.insertProviderAt(
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Sun Feb 06 14:55:54 GMT 2022
    - 50.8K bytes
    - Click Count (0)
  4. docs/ru/docs/tutorial/request-files.md

    Убедитесь, что вы создали [виртуальное окружение](../virtual-environments.md), активировали его, а затем установили пакет, например:
    
    ```console
    $ pip install python-multipart
    ```
    
    Это связано с тем, что загружаемые файлы передаются как "данные формы".
    
    ///
    
    ## Импорт `File` { #import-file }
    
    Импортируйте `File` и `UploadFile` из модуля `fastapi`:
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 17:56:20 GMT 2026
    - 11.4K bytes
    - Click Count (0)
  5. docs/de/docs/_llm-test.md

    Siehe zum Beispiel den Abschnitt `### Quotes` in `docs/de/llm-prompt.md`.
    
    ////
    
    ## Anführungszeichen in Codeschnipseln { #quotes-in-code-snippets }
    
    //// tab | Test
    
    `pip install "foo[bar]"`
    
    Beispiele für Stringliterale in Codeschnipseln: `"this"`, `'that'`.
    
    Ein schwieriges Beispiel für Stringliterale in Codeschnipseln: `f"I like {'oranges' if orange else "apples"}"`
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 17:58:09 GMT 2026
    - 12.3K bytes
    - Click Count (0)
  6. docs/uk/docs/tutorial/dependencies/dependencies-with-yield.md

    {* ../../docs_src/dependencies/tutorial008b_an_py310.py hl[18:22,31] *}
    
    Якщо ви хочете перехоплювати винятки та створювати на їх основі користувацьку відповідь, створіть [Користувацький обробник винятків](../handling-errors.md#install-custom-exception-handlers).
    
    ## Залежності з `yield` та `except` { #dependencies-with-yield-and-except }
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:27:41 GMT 2026
    - 18.4K bytes
    - Click Count (0)
  7. docs/de/docs/tutorial/handling-errors.md

    {* ../../docs_src/handling_errors/tutorial002_py310.py hl[14] *}
    
    ## Benutzerdefinierte Exceptionhandler installieren { #install-custom-exception-handlers }
    
    Sie können benutzerdefinierte Exceptionhandler mit [denselben Exception-Werkzeugen von Starlette](https://www.starlette.dev/exceptions/) hinzufügen.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 17:58:09 GMT 2026
    - 10.3K bytes
    - Click Count (0)
  8. docs/uk/docs/_llm-test.md

    Див., наприклад, розділ `### Quotes` у `docs/de/llm-prompt.md`.
    
    ////
    
    ## Лапки у фрагментах коду { #quotes-in-code-snippets }
    
    //// tab | Тест
    
    `pip install "foo[bar]"`
    
    Приклади строкових літералів у фрагментах коду: `"this"`, `'that'`.
    
    Складний приклад строкових літералів у фрагментах коду: `f"I like {'oranges' if orange else "apples"}"`
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:27:41 GMT 2026
    - 17K bytes
    - Click Count (0)
  9. docs/fr/docs/tutorial/sql-databases.md

    ## Installer `SQLModel` { #install-sqlmodel }
    
    D'abord, assurez-vous de créer votre [environnement virtuel](../virtual-environments.md), de l'activer, puis d'installer `sqlmodel` :
    
    <div class="termy">
    
    ```console
    $ pip install sqlmodel
    ---> 100%
    ```
    
    </div>
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:37:13 GMT 2026
    - 17.4K bytes
    - Click Count (0)
  10. pom.xml

    						<ant antfile="${basedir}/module.xml" target="install.modules">
    							<property name="with.fess" value="true" />
    							<property name="opensearch.version" value="${opensearch.version}" />
    						</ant>
    						<ant antfile="${basedir}/plugin.xml" target="install.plugins">
    							<property name="with.fess" value="true" />
    						</ant>
    						<ant antfile="deps.xml" target="install.jars" />
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Mar 19 07:04:54 GMT 2026
    - 49.9K bytes
    - Click Count (0)
Back to Top