Skip to content

chore: remove plugin requirements in the install documents #406

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions docs/user_docs/getting-started/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 插件
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 插件
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading