X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/f69605f9427aa401b0f83c1e131e3c455eae4e38..b2c81329578a6688ca3f845ec72b4009ca4053cd:/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