Skip to content

Commit 0771b99

Browse files
simleokinow
authored andcommitted
CONTRIBUTING.md: recommend updating pip in the dev venv
1 parent 6f29c59 commit 0771b99

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CONTRIBUTING.md

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ For the more traditional workflow:
3131
- To begin using the virtual environment, it needs to be activated: `source venv/bin/activate`
3232
- To check if you have the virtual environment set up: `which python`
3333
and it should point to python executable in your virtualenv
34+
- Install the latest versions of `pip` and `wheel` with `pip install --upgrade pip wheel`
3435
- Install cwltool in development mode, along with development tools:
3536
`make install-dep dev`
3637
- Check the `cwltool` version which might be different from the version installed in

0 commit comments

Comments
 (0)