20684: Modernize pycurl dependency discussion
[arvados.git] / doc / sdk / python / arvados-cwl-runner.html.textile.liquid
index 284bb210e91882313b4344e106f60b6ba458d245..237721ac12fce95babec56a634e7b25f80aa8b43 100644 (file)
@@ -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:
 
 <notextile>
-<pre><code># <span class="userinput">apt-get install git build-essential python3-dev libcurl4-openssl-dev libssl1.0-dev</span>
+<pre><code># <span class="userinput">apt install git build-essential python3-dev libcurl4-openssl-dev libssl-dev</span>
 </code></pre>
 </notextile>