User Tools

Site Tools


air_env

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
air_env [2017/11/13 11:35] – external edit 127.0.0.1air_env [2025/10/14 06:22] (current) – external edit 127.0.0.1
Line 62: Line 62:
 <code bash> <code bash>
 $ pip install pyserial $ pip install pyserial
 +</code>
 +如果没有pip工具,可以使用如下方法安装:
 +<code bash>
 +localhost:ESP mango$ wget https://bootstrap.pypa.io/get-pip.py
 +localhost:ESP mango$ sudo python get-pip.py
 +localhost:ESP mango$ sudo pip install pyserial
 </code> </code>
 下载安装编译工具链 假设我们要把工具链放到本用户目录的ESP文件夹下,创建文件夹: 下载安装编译工具链 假设我们要把工具链放到本用户目录的ESP文件夹下,创建文件夹:
Line 189: Line 195:
 <code bash> <code bash>
 $ cd /usr/bin $ cd /usr/bin
-cp cp python2.exe python.exe+$ cp python2.exe python.exe
 </code> </code>
 下载pyserial: 下载pyserial:
air_env.1510572950.txt.gz · Last modified: (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki