X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/98db65de63c9e2acfeae6636ccc619171635bda0..13116cc7dc549e93b0757f1948c2ac18b760c681:/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