Skip to content

Commit c6daa45

Browse files
authored
Update prerequisites.md (#312)
1 parent 676582f commit c6daa45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/introduction/prerequisites.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ environment:
5252
:name: installing-cwltool-with-pip-and-venv
5353
:caption: Installing `cwltool` with `pip` and `venv`.
5454
55-
$ python -m venv venv
55+
$ python3 -m venv venv
5656
$ source venv/bin/activate
5757
$ (venv) pip install -U pip setuptools wheel
5858
$ (venv) pip install cwltool

0 commit comments

Comments
 (0)