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

Commit

Permalink
[0.4.7]
Browse files Browse the repository at this point in the history
  • Loading branch information
junhuanchen committed Apr 24, 2022
1 parent 04aa0ae commit 14dde50
Show file tree
Hide file tree
Showing 48 changed files with 500 additions and 6,976 deletions.
4 changes: 3 additions & 1 deletion docs/develop.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

setup(
name='maixpy3',
version='0.4.6',
version='0.4.7',
license='MIT',
author='Sipeed',
author_email="[email protected]",
Expand Down
148 changes: 0 additions & 148 deletions tests/maix_v831/demo/app.py

This file was deleted.

27 changes: 0 additions & 27 deletions tests/maix_v831/demo/core/blinker/__init__.py

This file was deleted.

28 changes: 0 additions & 28 deletions tests/maix_v831/demo/core/blinker/_async.py

This file was deleted.

Loading

0 comments on commit 14dde50

Please sign in to comment.