X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/08070181ee3510a7adf71a62b3f23047113da72a..7da1ea409e4327a52dcf634ff51ffb6b596624fc:/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 04dca2c849..8b71c7d692 100644 --- a/doc/sdk/python/arvados-fuse.html.textile.liquid +++ b/doc/sdk/python/arvados-fuse.html.textile.liquid @@ -32,7 +32,12 @@ 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 10 this is: +The FUSE driver 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 install git build-essential python3-dev libcurl4-openssl-dev libssl-dev
+
+
 $ apt-get install git build-essential python3-dev libcurl4-openssl-dev libssl-dev python3-llfuse