From 2dc21584ed3d85e130de84867e53191c31895aa0 Mon Sep 17 00:00:00 2001 From: peefy Date: Mon, 8 Jul 2024 00:04:26 +0800 Subject: [PATCH] chore: remove plugin requirements in the install documents Signed-off-by: peefy --- docs/user_docs/getting-started/install.md | 2 -- .../current/user_docs/getting-started/install.md | 2 -- .../version-0.9/user_docs/getting-started/install.md | 2 -- versioned_docs/version-0.9/user_docs/getting-started/install.md | 2 -- 4 files changed, 8 deletions(-) diff --git a/docs/user_docs/getting-started/install.md b/docs/user_docs/getting-started/install.md index f602beee3..7c709b0f2 100644 --- a/docs/user_docs/getting-started/install.md +++ b/docs/user_docs/getting-started/install.md @@ -135,8 +135,6 @@ We can execute the following command to ensure that KCL has been installed corre kcl --help ``` -For all the above operating systems and installation methods, if you want to use [KCL Python Plugin](/docs/reference/plugin/overview), you need to ensure that Python 3.7+ is installed and add the python3 command to your PATH environment variable. - If you are unable to successfully install and run KCL, you can refer to [here](/docs/user_docs/support/faq-install) ## 2. Install KCL IDE Extension diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/current/user_docs/getting-started/install.md b/i18n/zh-CN/docusaurus-plugin-content-docs/current/user_docs/getting-started/install.md index 7a176f1cc..7732acbb5 100644 --- a/i18n/zh-CN/docusaurus-plugin-content-docs/current/user_docs/getting-started/install.md +++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/user_docs/getting-started/install.md @@ -135,8 +135,6 @@ docker pull kcllang/kcl kcl --help ``` -对于上述所有安装方式, 如果您想使用 [KCL Python 插件](/docs/reference/plugin/overview), 需要确保您已经安装了 Python 3.7+ 并将 python3 命令添加到您的 PATH 中。 - 如果您无法成功安装并运行 KCL,可以参考[这里](/docs/user_docs/support/faq-install) ## 2. 安装 KCL IDE 插件 diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/version-0.9/user_docs/getting-started/install.md b/i18n/zh-CN/docusaurus-plugin-content-docs/version-0.9/user_docs/getting-started/install.md index 7a176f1cc..7732acbb5 100644 --- a/i18n/zh-CN/docusaurus-plugin-content-docs/version-0.9/user_docs/getting-started/install.md +++ b/i18n/zh-CN/docusaurus-plugin-content-docs/version-0.9/user_docs/getting-started/install.md @@ -135,8 +135,6 @@ docker pull kcllang/kcl kcl --help ``` -对于上述所有安装方式, 如果您想使用 [KCL Python 插件](/docs/reference/plugin/overview), 需要确保您已经安装了 Python 3.7+ 并将 python3 命令添加到您的 PATH 中。 - 如果您无法成功安装并运行 KCL,可以参考[这里](/docs/user_docs/support/faq-install) ## 2. 安装 KCL IDE 插件 diff --git a/versioned_docs/version-0.9/user_docs/getting-started/install.md b/versioned_docs/version-0.9/user_docs/getting-started/install.md index f602beee3..7c709b0f2 100644 --- a/versioned_docs/version-0.9/user_docs/getting-started/install.md +++ b/versioned_docs/version-0.9/user_docs/getting-started/install.md @@ -135,8 +135,6 @@ We can execute the following command to ensure that KCL has been installed corre kcl --help ``` -For all the above operating systems and installation methods, if you want to use [KCL Python Plugin](/docs/reference/plugin/overview), you need to ensure that Python 3.7+ is installed and add the python3 command to your PATH environment variable. - If you are unable to successfully install and run KCL, you can refer to [here](/docs/user_docs/support/faq-install) ## 2. Install KCL IDE Extension