We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 676582f commit c6daa45Copy full SHA for c6daa45
src/introduction/prerequisites.md
@@ -52,7 +52,7 @@ environment:
52
:name: installing-cwltool-with-pip-and-venv
53
:caption: Installing `cwltool` with `pip` and `venv`.
54
55
-$ python -m venv venv
+$ python3 -m venv venv
56
$ source venv/bin/activate
57
$ (venv) pip install -U pip setuptools wheel
58
$ (venv) pip install cwltool
0 commit comments