This repository has been archived by the owner on Jan 20, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
04aa0ae
commit 14dde50
Showing
48 changed files
with
500 additions
and
6,976 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -83,14 +83,16 @@ your v83x | |
|
||
- adb shell "pip install /root/maixpy3-0.3.5-cp38-cp38-linux_armv7l.whl --upgrade" | ||
|
||
- python3.8 setup.py clean --all bdist_wheel maix_v83x && adb shell 'rm ./dist/maixpy3-0.4.*-cp38-cp38-linux_armv7l.whl' && adb push ./dist/maixpy3-0.4.*-cp38-cp38-linux_armv7l.whl /root/ && adb shell "pip install /root/maixpy3-0.4.*-cp38-cp38-linux_armv7l.whl --upgrade" | ||
- python3.8 setup.py clean --all bdist_wheel maix_v83x && adb shell 'rm /root/maixpy3-0.4.*-cp38-cp38-linux_armv7l.whl' && adb push ./dist/maixpy3-0.4.*-cp38-cp38-linux_armv7l.whl /root/ && adb shell "pip install /root/maixpy3-0.4.*-cp38-cp38-linux_armv7l.whl --upgrade" | ||
|
||
your r329 | ||
|
||
- source /opt/r329_linux_x86_python3.9_toolchain/envsetup.sh | ||
|
||
- python3.9 setup.py bdist_wheel maix_r329 | ||
|
||
- rm /root/maixpy3-0.4.*-cp38-cp38-linux_armv7l.whl | ||
|
||
- python3.9 setup.py clean --all bdist_wheel maix_r329 && scp ./dist/maixpy3-0.4.3-cp39*.whl [email protected]:~/ | ||
|
||
- pip uninstall maixpy3 -y && pip install ~/maixpy3-0.4.*-cp39*.whl | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,7 +32,7 @@ | |
|
||
setup( | ||
name='maixpy3', | ||
version='0.4.6', | ||
version='0.4.7', | ||
license='MIT', | ||
author='Sipeed', | ||
author_email="[email protected]", | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.