Maixduino:修訂間差異
出自flip the world
已建立頁面,內容為 " == FW == git clone https://github.com/sipeed/MaixPy.git git submodule update --recursive --init === Install dependencies === sudo apt update sudo apt install python…" |
無編輯摘要 |
||
| 第4行: | 第4行: | ||
git submodule update --recursive --init | git submodule update --recursive --init | ||
=== Install dependencies === | === Install dependencies === | ||
<pre> | |||
sudo apt update | sudo apt update | ||
sudo apt install python3 python3-pip build-essential cmake | sudo apt install python3 python3-pip build-essential cmake | ||
sudo pip3 install -r requirements.txt | sudo pip3 install -r requirements.txt | ||
</pre> | |||
== [[application - ADS1256 ]] == | == [[application - ADS1256 ]] == | ||
2019年12月11日 (三) 14:04的版本
FW
git clone https://github.com/sipeed/MaixPy.git git submodule update --recursive --init
Install dependencies
sudo apt update sudo apt install python3 python3-pip build-essential cmake sudo pip3 install -r requirements.txt
