Skip to content

Commit 7bacebf

Browse files
author
SWZ
authored
Updated README.md
Updated readme to work with the current codebase, as per issue #3.
1 parent b590789 commit 7bacebf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ Requires Python 3.6.x or Python 3.7
44
git clone https://github.com/common-workflow-language/cwl-utils.git
55
virtualenv -p python3.6 venv3.6
66
source venv3.6/bin/activate
7-
pip install cwl-utils/docker_cache_pull/requirements.txt
8-
python docker_cache_pull/docker-extract.py path_to_my_workflow.cwl
7+
pip install cwl-utils
8+
python docker-extract.py path_to_my_workflow.cwl
99
```
1010

1111
to regenerate install `schema_salad` package and run:
1212

1313
```
1414
schema-salad-tool --codegen python \
1515
https://raw.githubusercontent.com/common-workflow-language/common-workflow-language/master/v1.0/CommonWorkflowLanguage.yml
16-
```
16+
```

0 commit comments

Comments
 (0)