File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ in `Makefile`).
102
102
python -m venv venv
103
103
source venv/bin/activate
104
104
# Install the dependencies in your virtual environment
105
- (venv) pip install -e .[all]
105
+ (venv) python -mpip install .[all]
106
106
# Create the HTML to visualize locally
107
107
(venv) make html
108
108
(venv) firefox _build/index.html
Original file line number Diff line number Diff line change 1
1
# Specifying Software Requirements
2
2
3
- Often tool descriptions will be written for a specific version of a software. To
3
+ Often, tool descriptions will be written for a specific version of a software. To
4
4
make it easier for others to use your descriptions, you can include a
5
5
` SoftwareRequirement ` field in the ` hints ` section.
6
6
This may also help to avoid confusion about which version of a tool the
23
23
```
24
24
25
25
Depending on your CWL runner, these hints may be used to check
26
- that required software is installed and available before the job is run. To enable
26
+ that the required software is installed and available before the job is run. To enable
27
27
these checks with the reference implementation, use the [ dependency resolvers configuration] [ dependencies ] .
28
28
29
29
As well as a version number, a unique resource identifier (URI) for the tool is
You can’t perform that action at this time.
0 commit comments