Skip to content

Commit 5f479a0

Browse files
authored
Remove virtualenv install command
Signed-off-by: tpmccallum <[email protected]> Signed-off-by: Timothy McCallum <[email protected]>
1 parent 922f7de commit 5f479a0

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

content/wasm-languages/python.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -70,14 +70,6 @@ Once the app is created, we can change into the `python-example` directory, crea
7070
$ cd python-example
7171
```
7272

73-
Install the `virtualenv` tool:
74-
75-
<!-- @selectiveCpy -->
76-
77-
```console
78-
$ pip install virtualenv
79-
```
80-
8173
Create a virtual environment directory (we are still inside the Spin app directory):
8274

8375
<!-- @selectiveCpy -->
@@ -199,4 +191,4 @@ Please note, this error is specific to Homebrew-installed Python installations a
199191
- create a virtual environment using `python3 -m venv path/to/venv`, or
200192
- use the `--break-system-packages` option in your `pip3 install` command i.e. `pip3 install -r requirements.txt --break-system-packages`
201193

202-
We recommend installing a virtual environment using `venv`, as shown in the [system housekeeping section](#system-housekeeping-use-a-virtual-environment) above.
194+
We recommend installing a virtual environment using `venv`, as shown in the [system housekeeping section](#system-housekeeping-use-a-virtual-environment) above.

0 commit comments

Comments
 (0)