X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/4237a24fcc5e0ff8cf6429b04844ca5f8e5b48c5..38104975556f7a0a59c1a21a97aa37cd0e178d69:/doc/sdk/python/arvados-fuse.html.textile.liquid diff --git a/doc/sdk/python/arvados-fuse.html.textile.liquid b/doc/sdk/python/arvados-fuse.html.textile.liquid index 0ac2d0c7e1..04dca2c849 100644 --- a/doc/sdk/python/arvados-fuse.html.textile.liquid +++ b/doc/sdk/python/arvados-fuse.html.textile.liquid @@ -32,16 +32,10 @@ Run @pip install arvados_fuse@ in an appropriate installation environment, such 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: +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 python-dev libcurl4-openssl-dev libssl1.0-dev python-llfuse
-
- -For Python 3 this is: - -
-$ apt-get install git build-essential python3-dev libcurl4-openssl-dev libssl1.0-dev python3-llfuse
+$ apt-get install git build-essential python3-dev libcurl4-openssl-dev libssl-dev python3-llfuse
 
h3. Usage