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
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ and similar Linux distribution try
48
48
49
49
.. code:: bash
50
50
51
-
sudo apt-get install cwltool
51
+
sudo apt-get install cwltool
52
52
53
53
If you are running MacOS X or other UNIXes and you want to use packages prepared by the conda-forge project, then
54
54
please follow the install instructions for `conda-forge <https://conda-forge.org/#about>`_ (if you haven't already) and then
@@ -58,12 +58,12 @@ please follow the install instructions for `conda-forge <https://conda-forge.org
58
58
conda install -c conda-forge cwltool
59
59
60
60
All of the above methods of installing ``cwltool`` use packages which might contain bugs already fixed in newer versions, or be missing features that you desire.
61
-
If the packaged version of ``cwltool`` available to you is too old, then we recommend installing using ``pip`` and ``venv``::
61
+
If the packaged version of ``cwltool`` available to you is too old, then we recommend installing using ``pip`` and ``venv``
62
62
63
63
.. code:: bash
64
64
65
-
python3 -m venv env # Create a virtual environment named 'env' in the current directory
66
-
source env/bin/activate # Activate environment before installing `cwltool`
65
+
python3 -m venv env # Create a virtual environment named 'env' in the current directory
66
+
source env/bin/activate # Activate environment before installing `cwltool`
67
67
68
68
Then install the latest ``cwlref-runner`` package from PyPi (which will install the latest ``cwltool`` package as
69
69
well)
@@ -151,7 +151,7 @@ One such "user space" friendly docker replacement is ``udocker`` https://github.
0 commit comments