Skip to content

Commit d7ac29e

Browse files
authored
Update README.md
1 parent 2f5aa66 commit d7ac29e

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,11 @@ Given one or more CTD files, `CTD2Converter` generates the needed wrappers to in
99
- `ruamel.yaml`
1010

1111
### Installing Dependencies
12-
We recommend the use of `conda` to manage all dependencies. If you're not sure what `conda` is, make sure to read the [using-conda](conda documentation).
12+
We recommend the use of `conda` to manage all dependencies. If you're not sure what `conda` is, make sure to read about the [conda project](https://conda.io/docs/index.html).
1313

14-
The easiest way to get you started with CTD conversion is to create a `conda` environment on which you'll install all dependencies. Using environments in `conda` allows you to have parallel, independent python environments, thus avoiding conflicts between libraries. If you haven't installed `conda`, check [conda-install](conda's installation guide).
14+
The easiest way to get you started with CTD conversion is to create a `conda` environment on which you'll install all dependencies. Using environments in `conda` allows you to have parallel, independent python environments, thus avoiding conflicts between libraries.
15+
16+
If you haven't installed `conda`, check [conda-install](conda's installation guide). See [this guide](https://conda.io/docs/user-guide/tasks/manage-environments.html) if you need help creating a `conda` environment.
1517

1618
Once you've installed `conda`, create an environment named `ctd-converter`, like so:
1719

@@ -181,4 +183,4 @@ The following invocation of the converter will use `/opt/suite/bin` as a prefix
181183
[CTDopts]: https://github.com/genericworkflownodes/CTDopts
182184
[CTDSchema]: https://github.com/WorkflowConversion/CTDSchema
183185
[conda-install]: https://conda.io/docs/install/quick.html
184-
[using-conda]: https://conda.io/docs/using/envs.html
186+
[using-conda]: https://conda.io/docs/using/envs.html

0 commit comments

Comments
 (0)