Skip to content

Commit f7b0f42

Browse files
authored
Merge pull request #122 from SummerGGift/905
【完善】插件说明文档
2 parents 9243c7e + 9f24a4d commit f7b0f42

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

docs/MicroPythonPlug-in/README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,15 @@ VSCode 最好用的 MicroPython 插件,为 MicroPython 开发提供了强大
1515

1616
## 准备工作
1717

18-
如果想要使用 MicroPython 自动补全功能(如果暂时不需要自动补全功能,可以跳过这一步),需要安装依赖的 Python 插件,准备工作如下
18+
1. 在 windows 操作系统下使用插件需要将 vscode 的默认终端修改为 powershell,如下图所示
1919

20-
1. 安装 Python 插件
20+
![select_powershell](assets/select_powershell.gif)
2121

22-
2. 按照 Python 插件的提示在 PC 上安装 Python3 并加入到系统环境变量中
22+
如果想要使用 MicroPython 自动补全功能(如果暂时不需要自动补全功能,可以跳过后续步骤),还需要进行如下操作:
23+
24+
2. 安装 Python 插件
25+
26+
3. 按照 Python 插件的提示在 PC 上安装 Python3 并加入到系统环境变量中
2327

2428
![Python plug](assets/install_python_plug.png)
2529

186 KB
Loading

0 commit comments

Comments
 (0)