Skip to content

Commit 21578fd

Browse files
authored
Merge branch 'master' into accept-v1.1
2 parents ec11e56 + d641780 commit 21578fd

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

README.rst

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,21 @@ default CWL interpreter installed on a host.
3838
Install
3939
-------
4040

41-
It is highly recommended to setup virtual environment before installing `cwltool`:
41+
Your operating system may offer cwltool directly. For [Debian](https://tracker.debian.org/pkg/cwltool "Debian cwltool package tracker") or [Ubuntu](https://launchpad.net/ubuntu/+source/cwltool "Ubuntu Launchpad overview for cwltool") try
42+
43+
.. code:: bash
44+
45+
apt-get install cwltool
46+
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:
4256

4357
.. code:: bash
4458

0 commit comments

Comments
 (0)