Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ifsheldon committed Dec 25, 2024
1 parent 419ba21 commit 9766459
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guest-adder-py/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Reference: https://component-model.bytecodealliance.org/language-support/python.html

1. Install tools: `pip install -r requirements.txt`
1. Install tools: `pip3 install -r requirements.txt`
2. Generate bindings:
`componentize-py --wit-path ../wit-files/adder.wit --world adder bindings . && componentize-py --wit-path ../wit-files/interfaced-adder.wit --world adder bindings . --world-module interfaced_adder`
3. Implement the guest: create [`guest-adder.py`](guest-adder.py) and [`guest-interfaced-adder.py`](guest-interfaced-adder.py)
Expand Down

0 comments on commit 9766459

Please sign in to comment.