Skip to content

Commit 81c1e34

Browse files
authored
Merge branch 'windowsdoc' into windowsdoc
2 parents 3142fcd + 57b6fae commit 81c1e34

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

windowsdoc.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ specify other Docker Containers for your tools and workflows using hints,
99
or the `--default-container` cwltool option.
1010

1111
## Supported Windows versions
12-
1312
* Windows 10 with native [Docker for Windows](https://docs.docker.com/docker-for-windows/).
1413
* Windows 8.1 with [Docker ToolBox](https://docs.docker.com/toolbox/toolbox_install_windows/).
1514
* Windows 7 & 8 with Docker ToolBox may work (Not tested, please let us know!).
@@ -36,12 +35,14 @@ pip install cwltool
3635
### Install from source
3736

3837
```
39-
git clone https://github.com/common-workflow-language/cwltool.git
40-
cd cwltool
41-
python setup.py develop
38+
git clone https://github.com/common-workflow-language/cwltool.git
39+
cd cwltool
40+
python setup.py develop
4241
```
42+
4343
***Note:*** In order to test if cwltool has been successfully installed on your
4444
Windows system, run `cwltool` in `cmd`. If you see help instructions, cwltool was successfully installed.
45+
4546
```
4647
CWL document required, no input file was provided
4748
usage: cwltool [-h] [--basedir BASEDIR] [--outdir OUTDIR] [--no-container]

0 commit comments

Comments
 (0)