We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f29c59 commit 0771b99Copy full SHA for 0771b99
CONTRIBUTING.md
@@ -31,6 +31,7 @@ For the more traditional workflow:
31
- To begin using the virtual environment, it needs to be activated: `source venv/bin/activate`
32
- To check if you have the virtual environment set up: `which python`
33
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`
35
- Install cwltool in development mode, along with development tools:
36
`make install-dep dev`
37
- Check the `cwltool` version which might be different from the version installed in
0 commit comments