We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 754d6e7 + 4997203 commit aa0de53Copy full SHA for aa0de53
docs/doc/zh/source_code/build.md
@@ -34,7 +34,7 @@ cd ~/maix/MaixPy
34
python setup.py bdist_wheel maixcam
35
```
36
37
-`maixcam` 可以被替换为其他板卡配置, 请查看 `MaixPy/platforms` 目录。
+`maixcam` 可以被替换为其他板卡配置, 请查看 `MaixCDK/platforms` 目录。
38
39
构建成功后, 你会在 `dist` 目录中找到 wheel 文件, 传输到设备(开发板),在设备终端中使用 `pip install -U MaixPy****.whl` 在你的设备上安装或升级。
40
0 commit comments