Create Chinese documentation

English:This document was translated from INSTALL(chinese).md
Chinese:添加了一个中文的INSTALL(chinese).md说明文档
此文档翻译自INSTALL(chinese).md
This commit is contained in:
kehuantianyi 2020-06-08 10:38:34 +08:00 committed by GitHub
parent f3707f25b5
commit d134c733dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

24
doc/INSTALL(chinese).md Normal file
View File

@ -0,0 +1,24 @@
文档说明 Explanation
------------------------
此文档翻译自INSTALL.md
This document was translated from INSTALL.md
最后修改时间2020年6月8日
Last modified time: June 8, 2020
安装说明
============
stcgal需要Python 3.2或更高版本pyserial 3.0或更高版本以及TQDM 4.0.0或更高版本。
USB支持是可选的并且需要pyusb 1.0.0b2或更高版本。如果已经安装了依赖项,则可以使用包含的
```stcgal.py``` 脚本直接运行stcgal。
永久安装有几种选择:
* 使用Python3和```pip```。运行```pip3 install stcgal```
在系统上全局安装最新版本的stcgal。
这可能需要管理员/ root用户权限才能进行写到系统目录。
* 使用setuptools。运行`./setup.py build`来构建,并运行'sudo ./setup.py install`'来安装stcgal。