- Sort Score
- Num 10 results
- Language All
Results 91 - 100 of 638 for installed (0.31 seconds)
-
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/zh-hant/docs/deployment/docker.md
``` fastapi[standard]>=0.113.0,<0.114.0 pydantic>=2.7.0,<3.0.0 ``` 接著你通常會用 `pip` 來安裝這些套件相依,例如: <div class="termy"> ```console $ pip install -r requirements.txt ---> 100% Successfully installed fastapi pydantic ``` </div> /// info | 資訊 還有其他格式與工具可以用來定義與安裝套件相依。 /// ### 建立 FastAPI 程式碼 { #create-the-fastapi-code } * 建立一個 `app` 目錄並進入。
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 17:05:38 GMT 2026 - 24.9K bytes - Click Count (0) -
CONTRIBUTING.md
- Select **File > Open** - In the subsequent dialog navigate to the root `build.gradle` file - In the subsequent dialog select **Open as Project** #### Checkstyle If you have the [Checkstyle] plugin installed, you can configure IntelliJ to check the Elasticsearch code. However, the Checkstyle configuration file does not work by default with the IntelliJ plugin, so instead an IDE-specific config
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Wed Sep 01 07:32:01 GMT 2021 - 36.5K bytes - Click Count (0) -
CHANGELOG/CHANGELOG-1.21.md
- OpenStack Cinder CSI migration is on by default, Clinder CSI driver must be installed on clusters on OpenStack for Cinder volumes to work. ([#98538](https://github.com/kubernetes/kubernetes/pull/98538), [@dims](https://github.com/dims)) [SIG Storage]
Created: Fri Apr 03 09:05:14 GMT 2026 - Last Modified: Fri Oct 14 07:03:14 GMT 2022 - 367.3K bytes - Click Count (0) -
docs/ru/docs/virtual-environments.md
Если у вас есть `requirements.txt`, вы можете использовать его для установки пакетов. //// tab | `pip` <div class="termy"> ```console $ pip install -r requirements.txt ---> 100% ``` </div> //// //// tab | `uv` Если у вас установлен [`uv`](https://github.com/astral-sh/uv): <div class="termy"> ```console
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 17:56:20 GMT 2026 - 33.5K bytes - Click Count (0) -
CHANGELOG/CHANGELOG-1.6.md
* platforms would be satisfied by manually-created PersistentVolume objects. * Administrators can choose to disable this behavior by deleting the automatically * installed StorageClass API object. Alternatively, administrators may choose to * keep the automatically installed StorageClass and only disable the defaulting * behavior by removing the "is-default-class" annotation from the StorageClass * API object.Created: Fri Apr 03 09:05:14 GMT 2026 - Last Modified: Thu Dec 24 02:28:26 GMT 2020 - 304K bytes - Click Count (0) -
docs/ja/docs/deployment/docker.md
``` fastapi[standard]>=0.113.0,<0.114.0 pydantic>=2.7.0,<3.0.0 ``` そして通常、例えば `pip` を使ってこれらのパッケージの依存関係をインストールします: <div class="termy"> ```console $ pip install -r requirements.txt ---> 100% Successfully installed fastapi pydantic ``` </div> /// info | 情報 パッケージの依存関係を定義しインストールするためのフォーマットやツールは他にもあります。 /// ### **FastAPI**コードを作成する { #create-the-fastapi-code }
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 14:07:17 GMT 2026 - 36.8K bytes - Click Count (0) -
docs/changelogs/changelog_3x.md
HTTPS server that has a self-signed certificate. ## Version 3.1.1 _2016-02-07_ * Fix: Don't crash when finding the trust manager if the Play Services (GMS) security provider is installed. * Fix: The previous release introduced a performance regression on Android, caused by looking up CA certificates. This is now fixed. ## Version 3.1.0 _2016-02-06_
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) -
RELEASE.md
### Major Features and Improvements
Created: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Mon Mar 30 18:31:38 GMT 2026 - 746.5K bytes - Click Count (3) -
CHANGELOG/CHANGELOG-1.9.md
* The ScaleIO volume plugin can now read the SDC GUID value as node label scaleio.sdcGuid; if binary drv_cfg is not installed, the plugin will still work properly; if node label not found, it defaults to drv_cfg if installed. ([#50780](https://github.com/kubernetes/kubernetes/pull/50780), [@vladimirvivien](https://github.com/vladimirvivien))
Created: Fri Apr 03 09:05:14 GMT 2026 - Last Modified: Tue Nov 16 10:46:27 GMT 2021 - 313.7K bytes - Click Count (0)