mirror of
https://github.com/langgenius/dify-docs-archived.git
synced 2026-07-01 20:35:52 -04:00
fh-ft-update-python-dependence-version (#649)
Co-authored-by: fanghao <fanghao@sci99.com>
This commit is contained in:
@@ -73,7 +73,7 @@ Dify requires the following dependencies to build, make sure they're installed o
|
||||
* [Docker Compose](https://docs.docker.com/compose/install/)
|
||||
* [Node.js v18.x (LTS)](http://nodejs.org)
|
||||
* [npm](https://www.npmjs.com/) version 8.x.x or [Yarn](https://yarnpkg.com/)
|
||||
* [Python](https://www.python.org/) version 3.10.x
|
||||
* [Python](https://www.python.org/) version 3.11.x
|
||||
|
||||
#### 4. Installations
|
||||
|
||||
|
||||
+3
-3
@@ -2012,7 +2012,7 @@ Dify 依赖以下工具和库:
|
||||
|
||||
- [npm](https://www.npmjs.com/) version 8.x.x or [Yarn](https://yarnpkg.com/)
|
||||
|
||||
- [Python](https://www.python.org/) version 3.10.x
|
||||
- [Python](https://www.python.org/) version 3.11.x
|
||||
|
||||
|
||||
### [Direct link to heading](\#id-4.-an-zhuang) 4\. 安装
|
||||
@@ -3879,7 +3879,7 @@ Dify requires the following dependencies to build, make sure they're installed o
|
||||
|
||||
- [npm](https://www.npmjs.com/) version 8.x.x or [Yarn](https://yarnpkg.com/)
|
||||
|
||||
- [Python](https://www.python.org/) version 3.10.x
|
||||
- [Python](https://www.python.org/) version 3.11.x
|
||||
|
||||
|
||||
#### [Direct link to heading](\#id-4.-installations) 4\. Installations
|
||||
@@ -5345,7 +5345,7 @@ Difyは以下のツールとライブラリに依存しています:
|
||||
|
||||
- [npm](https://www.npmjs.com/) バージョン 8.x.x もしくは [Yarn](https://yarnpkg.com/)
|
||||
|
||||
- [Python](https://www.python.org/) バージョン 3.10.x
|
||||
- [Python](https://www.python.org/) バージョン 3.11x
|
||||
|
||||
|
||||
### [Direct link to heading](\#id-4-insutru) 4\. インストール
|
||||
|
||||
@@ -11,7 +11,7 @@ You can package multiple plugins into a Bundle using the Dify CLI tool. Bundle p
|
||||
### **Prerequisites**
|
||||
|
||||
* Dify plugin scaffolding tool
|
||||
* Python environment, version ≥ 3.10;
|
||||
* Python environment, version ≥ 3.11;
|
||||
|
||||
For detailed instructions on preparing the plugin development scaffolding tool, please refer to [Initializing Development Tools](initialize-development-tools.md).
|
||||
|
||||
|
||||
@@ -42,7 +42,7 @@ meta:
|
||||
- "arm64"
|
||||
runner:
|
||||
language: "python"
|
||||
version: "3.10"
|
||||
version: "3.11"
|
||||
entrypoint: "main"
|
||||
privacy: "./privacy.md"
|
||||
```
|
||||
|
||||
@@ -74,7 +74,7 @@ Difyは以下のツールとライブラリに依存しています:
|
||||
- [Docker Compose](https://docs.docker.com/compose/install/)
|
||||
- [Node.js v18.x (LTS)](http://nodejs.org)
|
||||
- [npm](https://www.npmjs.com/) バージョン 8.x.x もしくは [Yarn](https://yarnpkg.com/)
|
||||
- [Python](https://www.python.org/) バージョン 3.10.x
|
||||
- [Python](https://www.python.org/) バージョン 3.11.x
|
||||
|
||||
### 4. インストール
|
||||
|
||||
|
||||
+3
-3
@@ -2012,7 +2012,7 @@ Dify 依赖以下工具和库:
|
||||
|
||||
- [npm](https://www.npmjs.com/) version 8.x.x or [Yarn](https://yarnpkg.com/)
|
||||
|
||||
- [Python](https://www.python.org/) version 3.10.x
|
||||
- [Python](https://www.python.org/) version 3.11.x
|
||||
|
||||
|
||||
### [Direct link to heading](\#id-4.-an-zhuang) 4\. 安装
|
||||
@@ -3879,7 +3879,7 @@ Dify requires the following dependencies to build, make sure they're installed o
|
||||
|
||||
- [npm](https://www.npmjs.com/) version 8.x.x or [Yarn](https://yarnpkg.com/)
|
||||
|
||||
- [Python](https://www.python.org/) version 3.10.x
|
||||
- [Python](https://www.python.org/) version 3.11.x
|
||||
|
||||
|
||||
#### [Direct link to heading](\#id-4.-installations) 4\. Installations
|
||||
@@ -5345,7 +5345,7 @@ Difyは以下のツールとライブラリに依存しています:
|
||||
|
||||
- [npm](https://www.npmjs.com/) バージョン 8.x.x もしくは [Yarn](https://yarnpkg.com/)
|
||||
|
||||
- [Python](https://www.python.org/) バージョン 3.10.x
|
||||
- [Python](https://www.python.org/) バージョン 3.11.x
|
||||
|
||||
|
||||
### [Direct link to heading](\#id-4-insutru) 4\. インストール
|
||||
|
||||
@@ -11,7 +11,7 @@ Dify CLIツールを使用すると、複数のプラグインをバンドルと
|
||||
### 事前準備
|
||||
|
||||
* Difyプラグインのひな形ツール
|
||||
* Python環境(バージョン3.10以上)
|
||||
* Python環境(バージョン3.11以上)
|
||||
|
||||
プラグイン開発のひな形ツールを準備する方法の詳細については、「[開発ツールの初期化](initialize-development-tools.md)」を参照してください。
|
||||
|
||||
|
||||
@@ -42,7 +42,7 @@ meta:
|
||||
- "arm64"
|
||||
runner:
|
||||
language: "python"
|
||||
version: "3.10"
|
||||
version: "3.11"
|
||||
entrypoint: "main"
|
||||
```
|
||||
|
||||
|
||||
@@ -74,7 +74,7 @@ Dify 依赖以下工具和库:
|
||||
- [Docker Compose](https://docs.docker.com/compose/install/)
|
||||
- [Node.js v18.x (LTS)](http://nodejs.org)
|
||||
- [npm](https://www.npmjs.com/) version 8.x.x or [Yarn](https://yarnpkg.com/)
|
||||
- [Python](https://www.python.org/) version 3.10.x
|
||||
- [Python](https://www.python.org/) version 3.11.x
|
||||
|
||||
### 4. 安装
|
||||
|
||||
|
||||
+3
-3
@@ -2012,7 +2012,7 @@ Dify 依赖以下工具和库:
|
||||
|
||||
- [npm](https://www.npmjs.com/) version 8.x.x or [Yarn](https://yarnpkg.com/)
|
||||
|
||||
- [Python](https://www.python.org/) version 3.10.x
|
||||
- [Python](https://www.python.org/) version 3.11.x
|
||||
|
||||
|
||||
### [Direct link to heading](\#id-4.-an-zhuang) 4\. 安装
|
||||
@@ -3879,7 +3879,7 @@ Dify requires the following dependencies to build, make sure they're installed o
|
||||
|
||||
- [npm](https://www.npmjs.com/) version 8.x.x or [Yarn](https://yarnpkg.com/)
|
||||
|
||||
- [Python](https://www.python.org/) version 3.10.x
|
||||
- [Python](https://www.python.org/) version 3.11.x
|
||||
|
||||
|
||||
#### [Direct link to heading](\#id-4.-installations) 4\. Installations
|
||||
@@ -5345,7 +5345,7 @@ Difyは以下のツールとライブラリに依存しています:
|
||||
|
||||
- [npm](https://www.npmjs.com/) バージョン 8.x.x もしくは [Yarn](https://yarnpkg.com/)
|
||||
|
||||
- [Python](https://www.python.org/) バージョン 3.10.x
|
||||
- [Python](https://www.python.org/) バージョン 3.11.x
|
||||
|
||||
|
||||
### [Direct link to heading](\#id-4-insutru) 4\. インストール
|
||||
|
||||
@@ -11,7 +11,7 @@ Bundle 插件包是多个插件的集合。它可以将多个插件打包在一
|
||||
### 前置准备
|
||||
|
||||
* Dify 插件脚手架工具
|
||||
* Python 环境,版本号 ≥ 3.10
|
||||
* Python 环境,版本号 ≥ 3.11
|
||||
|
||||
关于如何准备插件开发的脚手架工具,详细说明请参考[初始化开发工具](initialize-development-tools.md)。
|
||||
|
||||
|
||||
@@ -48,7 +48,7 @@ meta:
|
||||
- "arm64"
|
||||
runner:
|
||||
language: "python"
|
||||
version: "3.10"
|
||||
version: "3.11"
|
||||
entrypoint: "main"
|
||||
privacy: "./privacy.md"
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user