Skip to content

Commit 5a29b07

Browse files
authored
Re-add conda instructions (#1196)
Now that @croth1 has updated the conda-forge recipe to version 1.0.20190906054215, the text about conda installation can be returned to the README.
1 parent fbd2b88 commit 5a29b07

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

README.rst

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,15 @@ Your operating system may offer cwltool directly. For `Debian <https://tracker.d
9696
9797
apt-get install cwltool
9898
99-
Otherwise, to
100-
avoid conflicting versions of the same library,
101-
it is recommended to do the following:
99+
For MacOS X, other UNIXes or Windows packages prepared by the conda-forge project. Please follow instructions of conda-forge (https://conda-forge.org/#about) for its installation, then perform:
100+
101+
.. code:: bash
102+
103+
conda install -c conda-forge cwltool
104+
105+
Under the hood, conda setups virtual environments before installing `cwltool` to
106+
avoid conflicting versions of the same library. When installing cwltool directly,
107+
it is recommended to do the same manually:
102108

103109
.. code:: bash
104110

0 commit comments

Comments
 (0)