This commit is contained in:
vc4
2021-08-25 09:44:20 +08:00
parent 57a6a44839
commit f975048488
5 changed files with 10 additions and 3 deletions

View File

@@ -16,6 +16,10 @@
```bash
# install python3
python3 scomm.py
# windows下安装py2exe可导出成exe文件
# pip install pyyaml pyserial py2exe
# python3 setup.py py2exe
```