You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+15-1Lines changed: 15 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,21 @@ default CWL interpreter installed on a host.
38
38
Install
39
39
-------
40
40
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,
0 commit comments