Skip to content

Commit de6704f

Browse files
authored
Don't lost out of date Conda packages
1 parent e59538c commit de6704f

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

README.rst

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,9 @@ Your operating system may offer cwltool directly. For [Debian](https://tracker.d
4444
4545
apt-get install cwltool
4646
47-
For MacOS X, other UNIXes or Windows packages prepared by the Bioconda project. Please follow instructions of Bioconda (https://bioconda.github.io/) for its installation, then perform:
48-
49-
.. code:: bash
50-
51-
conda install -c bioconda cwltool
52-
53-
Under the hood, conda setups virtual environments before installing `cwltool` to
54-
avoid conflicting versions of the same library. When installing cwltool directly,
55-
it is recommended to do the same manually:
47+
Otherwise, to
48+
avoid conflicting versions of the same library,
49+
it is recommended to do the following:
5650

5751
.. code:: bash
5852

0 commit comments

Comments
 (0)