Skip to content

Commit e274e43

Browse files
authored
Merge branch 'main' into docs-fix
2 parents 48be17e + 316ebdf commit e274e43

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/introduction/prerequisites.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,11 @@ $ source venv/bin/activate
5757
$ (venv) pip install cwltool
5858
```
5959

60+
```{note}
61+
You can find the `cwl-runner` source code [here](https://github.com/common-workflow-language/cwltool/tree/main/cwlref-runner).
62+
Visit the `cwltool` [documentation](https://github.com/common-workflow-language/cwltool#install)
63+
for other ways to install `cwltool` with `apt` and `conda`.
64+
```
6065
Let's use a simple CWl tool description `true.cwl` with `cwltool`.
6166

6267
```{literalinclude} /_includes/cwl/true.cwl

0 commit comments

Comments
 (0)