Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-c authored Aug 9, 2018
1 parent d15c016 commit 5022928
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Requires Python 3.6.x or Python 3.7

``` bash
git clone https://github.com/common-workflow-language/cwl-utils.git
virtualenv -p python3.6 venv3.6
source venv3.6/bin/activate
pip install cwl-utils/docker_cache_pull/requirements.txt
python docker_cache_pull/docker-extract.py path_to_my_workflow.cwl
```

0 comments on commit 5022928

Please sign in to comment.