- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 265 for PIP (0.11 seconds)
-
ci/official/utilities/code_check_full.bats
# included in the pip package. # (comm: Column 1 is left, Column 2 is right, Column 3 is shared lines) comm -2 -3 $BATS_TEST_TMPDIR/required_deps $BATS_TEST_TMPDIR/pip_deps > $BATS_TEST_TMPDIR/missing_deps || true if [[ -s $BATS_TEST_TMPDIR/missing_deps ]]; then cat <<EOF One or more test dependencies are not in the pip package.
Created: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Wed Jan 28 22:41:17 GMT 2026 - 13.6K bytes - Click Count (0) -
docs/en/docs/virtual-environments.md
//// ## Upgrade `pip` { #upgrade-pip } /// tip If you use [`uv`](https://github.com/astral-sh/uv) you would use it to install things instead of `pip`, so you don't need to upgrade `pip`. 😎 /// If you are using `pip` to install packages (it comes by default with Python), you should **upgrade** it to the latest version.Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 05 18:13:19 GMT 2026 - 22.1K bytes - Click Count (0) -
docs/ja/docs/virtual-environments.md
//// ## `pip` をアップグレードする { #upgrade-pip } /// tip | 豆知識 もし [`uv`](https://github.com/astral-sh/uv) を使用している場合は、 `pip` の代わりに `uv` を使ってインストールを行うため、 `pip` をアップグレードする必要はありません 😎。 /// もしパッケージのインストールに `pip`(Pythonに標準で付属しています)を使用しているなら、 `pip` を最新バージョンに**アップグレード**しましょう。 パッケージのインストール中に発生する想定外のエラーの多くは、最初に `pip` をアップグレードしておくだけで解決されます。 /// tip | 豆知識Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 14:07:17 GMT 2026 - 28.5K bytes - Click Count (0) -
docs/zh/docs/virtual-environments.md
<div class="termy"> ```console $ python -m pip install --upgrade pip ---> 100% ``` </div> /// tip | 提示 有时在尝试升级 pip 时,你可能会遇到 **`No module named pip`** 错误。 如果发生这种情况,使用下面的命令来安装并升级 pip: <div class="termy"> ```console $ python -m ensurepip --upgrade ---> 100% ``` </div> 该命令会在尚未安装 pip 时进行安装,并确保安装的 pip 版本不早于 `ensurepip` 提供的版本。 ///
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 17:06:37 GMT 2026 - 21.4K bytes - Click Count (0) -
ci/devinfra/docker/windows2022/Dockerfile
\ Write-Host 'Verifying pip install...'; \ & $installDir\python.exe -m pip --version; \ \ Write-Host 'Updating pip...'; \ & $installDir\python.exe -m pip install --upgrade pip; \ \ Write-Host 'Installing/updating packages...'; \ & $installDir\python.exe -m pip install --upgrade setuptools packaging; \ \Created: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Wed Mar 04 19:50:57 GMT 2026 - 10.4K bytes - Click Count (0) -
.github/workflows/test-redistribute.yml
- name: Install build dependencies run: pip install build - name: Build source distribution run: python -m build --sdist - name: Decompress source distribution run: | cd dist tar xvf fastapi*.tar.gz - name: Install test dependencies run: | cd dist/fastapi*/ pip install --group tests --editable .[all]Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Wed Feb 11 12:33:49 GMT 2026 - 1.6K bytes - Click Count (0) -
docs/ko/docs/tutorial/index.md
<div class="termy"> ```console $ pip install "fastapi[standard]" ---> 100% ``` </div> /// note | 참고 `pip install "fastapi[standard]"`로 설치하면 `fastapi-cloud-cli`를 포함한 몇 가지 기본 선택적 standard 의존성이 함께 설치되며, 이를 사용해 [FastAPI Cloud](https://fastapicloud.com)에 배포할 수 있습니다. 이러한 선택적 의존성이 필요 없다면 `pip install fastapi`로 대신 설치할 수 있습니다.
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 14:06:26 GMT 2026 - 5.7K bytes - Click Count (0) -
docs/en/docs/tutorial/index.md
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Sat Mar 07 09:29:03 GMT 2026 - 5.3K bytes - Click Count (0) -
docs/zh-hant/docs/tutorial/index.md
<div class="termy"> ```console $ pip install "fastapi[standard]" ---> 100% ``` </div> /// note | 注意 當你使用 `pip install "fastapi[standard]"` 安裝時,會包含一些預設的可選標準依賴項,其中包括 `fastapi-cloud-cli`,它可以讓你部署到 [FastAPI Cloud](https://fastapicloud.com)。 如果你不想包含那些可選的依賴項,你可以改為安裝 `pip install fastapi`。 如果你想安裝標準依賴項,但不包含 `fastapi-cloud-cli`,可以使用 `pip install "fastapi[standard-no-fastapi-cloud-cli]"` 安裝。 ///
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 17:05:38 GMT 2026 - 5.2K bytes - Click Count (0) -
docs/zh/docs/tutorial/index.md
<div class="termy"> ```console $ pip install "fastapi[standard]" ---> 100% ``` </div> /// note | 注意 当您使用 `pip install "fastapi[standard]"` 安装时,它会附带一些默认的可选标准依赖项,其中包括 `fastapi-cloud-cli`,它可以让您部署到 [FastAPI Cloud](https://fastapicloud.com)。 如果您不想安装这些可选依赖,可以选择安装 `pip install fastapi`。 如果您想安装标准依赖但不包含 `fastapi-cloud-cli`,可以使用 `pip install "fastapi[standard-no-fastapi-cloud-cli]"` 安装。 ///
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 17:06:37 GMT 2026 - 5.2K bytes - Click Count (0)