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,
9
9
or the ` --default-container ` cwltool option.
10
10
11
11
## Supported Windows versions
12
-
13
12
* Windows 10 with native [ Docker for Windows] ( https://docs.docker.com/docker-for-windows/ ) .
14
13
* Windows 8.1 with [ Docker ToolBox] ( https://docs.docker.com/toolbox/toolbox_install_windows/ ) .
15
14
* Windows 7 & 8 with Docker ToolBox may work (Not tested, please let us know!).
@@ -36,12 +35,14 @@ pip install cwltool
36
35
### Install from source
37
36
38
37
```
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
42
41
```
42
+
43
43
*** Note:*** In order to test if cwltool has been successfully installed on your
44
44
Windows system, run ` cwltool ` in ` cmd ` . If you see help instructions, cwltool was successfully installed.
45
+
45
46
```
46
47
CWL document required, no input file was provided
47
48
usage: cwltool [-h] [--basedir BASEDIR] [--outdir OUTDIR] [--no-container]
You can’t perform that action at this time.
0 commit comments