You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: language-bindings/python/wamr-api/README.md
+6-3Lines changed: 6 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,17 @@
1
-
# WARM API
1
+
# WAMR API
2
2
3
-
***Notice**: The python package `wamr.wamrapi.wamr`need python >= `3.10`.
3
+
***Notice**: The python package `wamr.wamrapi.wamr`requires a python version >= `3.10`.
4
4
5
5
## Setup
6
6
7
7
### Pre-requisites
8
+
#### Install requirements
9
+
Before proceeding it is necessary to make sure your Python environment is correctly configured. To do ths open a terminal session in this directory and perfom the following:
0 commit comments