X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/d3b6bdd6ef2b543c607bd7c3cdf9df5c74e90dc0..045e3127cb48845c7d988d01488c055f02ae2ec3:/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 9faedb8dc1..1cfbd60545 100644 --- a/doc/sdk/python/arvados-cwl-runner.html.textile.liquid +++ b/doc/sdk/python/arvados-cwl-runner.html.textile.liquid @@ -32,13 +32,7 @@ Run @pip install arvados-cwl-runner@ in an appropriate installation environment, Note: -The SDK uses @pycurl@ which depends on the @libcurl@ C library. To build the module you may have to first install additional packages. On Debian 9 this is: - -
-$ apt-get install git build-essential python-dev libcurl4-openssl-dev libssl1.0-dev python-llfuse
-
- -For Python 3 this is: +The SDK 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:
 $ apt-get install git build-essential python3-dev libcurl4-openssl-dev libssl1.0-dev python3-llfuse