- Sort Score
- Num 10 results
- Language All
Results 141 - 150 of 176 for Installer (0.14 seconds)
-
docs/ko/docs/virtual-environments.md
또한 운영체제(Linux, Windows, macOS 등)에 따라 Python이 이미 설치되어 있을 수도 있습니다. 그런 경우에는 시스템에 **필요한 특정 버전**의 패키지가 일부 미리 설치되어 있을 가능성이 큽니다. 전역 Python 환경에 패키지를 설치하면, 운영체제에 포함된 프로그램 일부가 **깨질** 수 있습니다. ## 패키지는 어디에 설치되나요 { #where-are-packages-installed } Python을 설치하면 컴퓨터에 몇몇 파일이 들어 있는 디렉터리가 생성됩니다. 이 디렉터리 중 일부는 설치한 모든 패키지를 담는 역할을 합니다. 다음을 실행하면: <div class="termy"> ```console // 지금은 실행하지 마세요, 예시일 뿐입니다 🤓Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 14:06:26 GMT 2026 - 24.8K bytes - Click Count (0) -
docs/pt/docs/deployment/docker.md
pydantic>=2.7.0,<3.0.0 ``` E você normalmente instalaria essas dependências de pacote com `pip`, por exemplo: <div class="termy"> ```console $ pip install -r requirements.txt ---> 100% Successfully installed fastapi pydantic ``` </div> /// info | Informação Há outros formatos e ferramentas para definir e instalar dependências de pacotes. ///
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:20:43 GMT 2026 - 30.9K bytes - Click Count (0) -
docs/uk/docs/deployment/docker.md
pydantic>=2.7.0,<3.0.0 ``` І зазвичай ви встановлюватимете ці залежності пакетів через `pip`, наприклад: <div class="termy"> ```console $ pip install -r requirements.txt ---> 100% Successfully installed fastapi pydantic ``` </div> /// info | Інформація Існують інші формати та інструменти для визначення і встановлення залежностей пакетів. ///
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:27:41 GMT 2026 - 44.2K bytes - Click Count (0) -
docs/zh/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` 目录并进入 * 创建空文件 `__init__.py`
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 17:06:37 GMT 2026 - 24.8K bytes - Click Count (0) -
src/main/resources/fess_label_nl.properties
labels.requestFile=Verzoekbestand labels.sereq_button_upload=Verzenden labels.facet_is_not_found=Niet gevonden labels.doc_score=Score: labels.development_mode_warning=Draait in ontwikkelmodus. Installeer OpenSearch apart in een productieomgeving. labels.eol_error=Uw systeem wordt niet langer ondersteund. Raadpleeg de product-end-of-life-pagina voor een upgrade. labels.tooltip_search_view=Zoekweergave
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 51.3K bytes - Click Count (1) -
CHANGELOG/CHANGELOG-1.14.md
- kubeadm now attempts to detect an installed CRI by its usual domain socket, so that `--cri-socket` can be omitted from the command line if Docker is not used and there is a single CRI installed. ([#69366](https://github.com/kubernetes/kubernetes/pull/69366), [@rosti](https://github.com/rosti))
Created: Fri Apr 03 09:05:14 GMT 2026 - Last Modified: Mon Jun 14 22:06:39 GMT 2021 - 271.5K bytes - Click Count (0) -
TESTING.asciidoc
--------------------------------------------------------------------------- ./gradlew precommit --------------------------------------------------------------------------- Some of these checks will require `docker-compose` installed for bringing up test fixtures. If it's not present those checks will be skipped automatically. The host running Docker (or VM if you're using Docker Desktop) needs 4GB of
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Mon Jun 07 13:55:20 GMT 2021 - 32.5K bytes - Click Count (0) -
CHANGELOG/CHANGELOG-1.3.md
* Fix kubectl create secret/configmap to allow = values ([#24989](https://github.com/kubernetes/kubernetes/pull/24989), [@derekwaynecarr](https://github.com/derekwaynecarr)) * Upgrade installed packages when building hyperkube to improve the security profile ([#25114](https://github.com/kubernetes/kubernetes/pull/25114), [@aaronlevy](https://github.com/aaronlevy))
Created: Fri Apr 03 09:05:14 GMT 2026 - Last Modified: Thu Dec 24 02:28:26 GMT 2020 - 84K 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` 目錄並進入。 * 建立一個空的 `__init__.py` 檔案。
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)