Skip to content

Commit 4109ab8

Browse files
authored
Merge branch 'main' into update-content
2 parents b4c8c34 + 7ebe537 commit 4109ab8

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

src/introduction/prerequisites.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,15 @@ of the following options for your operating system:
2222

2323
- Linux
2424
- macOS
25+
- Windows
2526

26-
You can try to use Window Subsystem for Linux 2 (WSL) to follow the
27-
User Guide documentation, but some examples may not work as expected.
28-
27+
```{note}
28+
If you are using Windows, you will have to install the Windows Subsystem for Linux.
29+
Visit the `cwltool` [documentation](https://github.com/common-workflow-language/cwltool/blob/main/README.rst)
30+
to setup the cwltool for your operating system.
2931
Your operating system also needs Internet access and a recent version
3032
of Python 3.
33+
```
3134

3235
## CWL runner
3336

src/introduction/quick-start.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,8 @@ $ pip install cwltool
4444
```
4545

4646
```{note}
47-
The [prerequisites](prerequisites.md) section contains a more detailed list
47+
If installing the cwltool using the pip command doesn't work for you, the [prerequisites](prerequisites.md) section contains other ways to install `cwltool` and a more detailed list
4848
of software and libraries used for following the rest of this user guide.
49-
It also contains other ways to install `cwltool`.
5049
```
5150

5251
## Running "Hello World"

0 commit comments

Comments
 (0)