Skip to content

Commit b4c8c34

Browse files
authored
Merge branch 'main' into update-content
2 parents b84279b + 613b021 commit b4c8c34

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ in `Makefile`).
102102
python -m venv venv
103103
source venv/bin/activate
104104
# Install the dependencies in your virtual environment
105-
(venv) pip install -e .[all]
105+
(venv) python -mpip install .[all]
106106
# Create the HTML to visualize locally
107107
(venv) make html
108108
(venv) firefox _build/index.html

src/topics/specifying-software-requirements.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Specifying Software Requirements
22

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
44
make it easier for others to use your descriptions, you can include a
55
`SoftwareRequirement` field in the `hints` section.
66
This may also help to avoid confusion about which version of a tool the
@@ -23,7 +23,7 @@ hints:
2323
```
2424

2525
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
2727
these checks with the reference implementation, use the [dependency resolvers configuration][dependencies].
2828

2929
As well as a version number, a unique resource identifier (URI) for the tool is

0 commit comments

Comments
 (0)