mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-02-11 09:25:20 +00:00
The Python language-binding needs python>=3.9 (#2228)
Update python language binding setup.py and document Make compile.sh executable: `chmod +x compile.sh`
This commit is contained in:
parent
670567f8b3
commit
1596ed2270
|
@ -4,6 +4,8 @@ The WAMR Python package contains a set of high-level bindings for WAMR API and W
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
|
* **Notice**: This python package need python >= `3.9`.
|
||||||
|
|
||||||
To Install from local source tree in _development mode_ run the following command,
|
To Install from local source tree in _development mode_ run the following command,
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|
|
@ -62,4 +62,5 @@ setup(
|
||||||
'install': PreInstallCommand,
|
'install': PreInstallCommand,
|
||||||
'egg_info': PreEggInfoCommand,
|
'egg_info': PreEggInfoCommand,
|
||||||
},
|
},
|
||||||
|
python_requires='>=3.9'
|
||||||
)
|
)
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
# WARM API
|
# WARM API
|
||||||
|
|
||||||
|
* **Notice**: The python package `wamr.wamrapi.wamr` need python >= `3.9`.
|
||||||
|
|
||||||
## Setup
|
## Setup
|
||||||
|
|
||||||
### Pre-requisites
|
### Pre-requisites
|
||||||
|
|
0
language-bindings/python/wamr-api/samples/compile.sh
Normal file → Executable file
0
language-bindings/python/wamr-api/samples/compile.sh
Normal file → Executable file
Loading…
Reference in New Issue
Block a user