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
-[Creating a New Python Component](#creating-a-new-python-component)
12
11
-[System Housekeeping (Use a Virtual Environment)](#system-housekeeping-use-a-virtual-environment)
@@ -45,18 +44,6 @@ python3 --version
45
44
46
45
If you do not have Python 3.10 or later, you can install it by following the instructions [here](https://www.python.org/downloads/).
47
46
48
-
## Componentize-Py
49
-
50
-
The Python SDK is built using [`componentize-py`](https://github.com/bytecodealliance/componentize-py). It is a [Bytecode Alliance](https://bytecodealliance.org/) project that allows converting a Python application to a WebAssembly component. It can be installed using the following command:
51
-
52
-
<!-- @selectiveCpy -->
53
-
54
-
```bash
55
-
$ pip3 install componentize-py==0.13.3
56
-
```
57
-
58
-
> **Please note:** The `hello-world` sample below installs `componentize-py` automatically via the `pip3 install -r requirements.txt` command - so feel free to skip this step if you are following the `hello-world` sample with us.
59
-
60
47
## Spin's Python HTTP Request Handler Template
61
48
62
49
Spin's Python HTTP Request Handler Template can be installed from [spin-python-sdk repository](https://github.com/spinframework/spin-python-sdk/tree/main/) using the following command:
@@ -140,20 +127,12 @@ The `(venv-dir)` will prefix your terminal prompt now:
140
127
141
128
### Requirements
142
129
143
-
The `requirements.txt`, by default, contains the references to the `spin-sdk` and `componentize-py` packages. These can be installed in your virtual environment using the following command:
130
+
The `requirements.txt`, by default, contains the references to the `spin-sdk` and [`componentize-py`](https://github.com/bytecodealliance/componentize-py) packages. These can be installed in your virtual environment using the following command:
0 commit comments