X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/37eb070f55b5ae0c622fb4bf0a946c9dd49b2752..66088cabf30c5291ad8894e7009d9c9af466c158:/doc/sdk/python/sdk-python.html.textile.liquid diff --git a/doc/sdk/python/sdk-python.html.textile.liquid b/doc/sdk/python/sdk-python.html.textile.liquid index 4639306922..fd1ff36c5e 100644 --- a/doc/sdk/python/sdk-python.html.textile.liquid +++ b/doc/sdk/python/sdk-python.html.textile.liquid @@ -69,11 +69,12 @@ h2(#pip-install). Install from PyPI with pip This installation method is recommended to use the SDK in your own Python programs. If installed into a @virtualenv@, it can coexist with the system-wide installation method from a distribution package. -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 you can do this by running: +Note the Python SDK 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-get install git build-essential python3-dev libcurl4-openssl-dev libssl-dev
-
+ +
# apt install git build-essential python3-dev libcurl4-openssl-dev libssl-dev
+
+
Run @python3 -m pip install arvados-python-client@ in an appropriate installation environment, such as a @virtualenv@.