Skip to content

Commit 0e8b57d

Browse files
authored
More detail to python setup, and fixed small typo (bytecodealliance#4247)
1 parent 88b5f6a commit 0e8b57d

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

language-bindings/python/wamr-api/README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
1-
# WARM API
1+
# WAMR API
22

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`.
44

55
## Setup
66

77
### 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:
810

9-
Install requirements,
1011

1112
```shell
13+
python3 -m venv venv
14+
source venv/bin/activate
1215
pip install -r requirements.txt
1316
```
1417

0 commit comments

Comments
 (0)