Skip to content
This repository was archived by the owner on Jan 20, 2024. It is now read-only.

Commit 14dde50

Browse files
committed
[0.4.7]
1 parent 04aa0ae commit 14dde50

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+500
-6976
lines changed

docs/develop.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -83,14 +83,16 @@ your v83x
8383

8484
- adb shell "pip install /root/maixpy3-0.3.5-cp38-cp38-linux_armv7l.whl --upgrade"
8585

86-
- 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"
86+
- 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"
8787

8888
your r329
8989

9090
- source /opt/r329_linux_x86_python3.9_toolchain/envsetup.sh
9191

9292
- python3.9 setup.py bdist_wheel maix_r329
9393

94+
- rm /root/maixpy3-0.4.*-cp38-cp38-linux_armv7l.whl
95+
9496
- python3.9 setup.py clean --all bdist_wheel maix_r329 && scp ./dist/maixpy3-0.4.3-cp39*.whl [email protected]:~/
9597

9698
- pip uninstall maixpy3 -y && pip install ~/maixpy3-0.4.*-cp39*.whl

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
setup(
3434
name='maixpy3',
35-
version='0.4.6',
35+
version='0.4.7',
3636
license='MIT',
3737
author='Sipeed',
3838
author_email="[email protected]",

tests/maix_v831/demo/app.py

-148
This file was deleted.

tests/maix_v831/demo/core/blinker/__init__.py

-27
This file was deleted.

tests/maix_v831/demo/core/blinker/_async.py

-28
This file was deleted.

0 commit comments

Comments
 (0)