Skip to content

Commit 7185d42

Browse files
committed
changing python setup.py install to pip install . to avoid avro-cwl error
1 parent 1275466 commit 7185d42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

windowsdoc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ pip install cwltool
3737
```
3838
git clone https://github.com/common-workflow-language/cwltool.git
3939
cd cwltool
40-
python setup.py develop
40+
pip install .
4141
```
4242

4343
***Note:*** In order to test if cwltool has been successfully installed on your

0 commit comments

Comments
 (0)