X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/08070181ee3510a7adf71a62b3f23047113da72a..7da1ea409e4327a52dcf634ff51ffb6b596624fc:/doc/sdk/python/arvados-cwl-runner.html.textile.liquid diff --git a/doc/sdk/python/arvados-cwl-runner.html.textile.liquid b/doc/sdk/python/arvados-cwl-runner.html.textile.liquid index 284bb210e9..237721ac12 100644 --- a/doc/sdk/python/arvados-cwl-runner.html.textile.liquid +++ b/doc/sdk/python/arvados-cwl-runner.html.textile.liquid @@ -32,10 +32,10 @@ Run @pip install arvados-cwl-runner@ in an appropriate installation environment, Note: -The CWL Runner uses @pycurl@ which depends on the @libcurl@ C library. To build the module you may have to first install additional packages. On Debian 10 this is: +The CWL Runner uses @pycurl@ which depends on the @libcurl@ C library. To build the module you may have to first install additional packages. On Debian-based distributions you can install them by running: -
# apt-get install git build-essential python3-dev libcurl4-openssl-dev libssl1.0-dev
+
# apt install git build-essential python3-dev libcurl4-openssl-dev libssl-dev