Skip to content

Commit 5022928

Browse files
authored
Create README.md
1 parent d15c016 commit 5022928

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
Requires Python 3.6.x or Python 3.7
2+
3+
``` bash
4+
git clone https://github.com/common-workflow-language/cwl-utils.git
5+
virtualenv -p python3.6 venv3.6
6+
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
9+
```

0 commit comments

Comments
 (0)