File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ specify other Docker Containers for your tools and workflows using hints,
99or 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
4444Windows 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]
You can’t perform that action at this time.
0 commit comments