X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/dc021c3b57dcdebe464c148d55f9990a74e8246b..ee908b109a95ea962425b435a8a317231829b115:/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 b1aca316af..fa7c36c24b 100644 --- a/doc/sdk/python/sdk-python.html.textile.liquid +++ b/doc/sdk/python/sdk-python.html.textile.liquid @@ -32,11 +32,19 @@ First, configure the "Arvados package repositories":../../install/packages.html h2. Option 2: Install with pip -This installation method is recommended to use the SDK in your own Python programs. It can coexist with the system-wide installation method from a distribution package (option 2, below). +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. Run @pip install arvados-python-client@ in an appropriate installation environment, such as a @virtualenv@. -The SDK uses @pycurl@ which depends on the @libcurl@ C library. To build the module you may have to install additional packages. On Debian 9 this is: +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: + +
+$ apt-get install git build-essential python-dev libcurl4-openssl-dev libssl1.0-dev
+
+ +For Python 3 this is
 $ apt-get install git build-essential python3-dev libcurl4-openssl-dev libssl1.0-dev