Skip to content

Commit d1c6924

Browse files
committed
【添加】0.1.4 版本插件 readme 更新
1 parent 745cebc commit d1c6924

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

docs/MicroPythonPlug-in/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,18 @@ VSCode 最好用的 MicroPython 插件,为 MicroPython 开发提供了强大
1717
本插件依赖 Microsoft Python 插件,并且使用 Python 脚本,因此需要做如下准备:
1818

1919
1. 安装 Microsoft Python 插件
20+
2021
2. 按照 Python 插件的提示在 PC 上安装 Python3 并加入到系统环境变量中
2122

2223
![Python plug](assets/install_python_plug.png)
2324

25+
3. 命令行中输入如下指令安装相应的依赖包:
26+
```
27+
python -m pip install -i https://pypi.tuna.tsinghua.edu.cn/simple click pyserial python-dotenv
28+
```
29+
30+
![1563437668112](assets/install_dep.png)
31+
2432
如果在 PC 上已经安装过上述插件和程序,可以跳过此准备步骤。
2533

2634
## 快速入门
@@ -33,6 +41,8 @@ VSCode 最好用的 MicroPython 插件,为 MicroPython 开发提供了强大
3341

3442
可以通过多种方式与开发板建立连接,现支持 USB 和网络连接方式。
3543

44+
- 串口连接方式
45+
3646
- USB 连接方式
3747

3848
直接将开发板通过 USB 连接到 PC 机,将会自动通过 USB 连接设备,如下图所示:
10.3 KB
Loading

0 commit comments

Comments
 (0)