X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/715869b9a22e22ac68a7dbefa96f27150017f75d..98bcb5f7cb9b17a3537123736759d45b4cef2ed8:/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 22a21670bf..97d5a39728 100644 --- a/doc/sdk/python/sdk-python.html.textile.liquid +++ b/doc/sdk/python/sdk-python.html.textile.liquid @@ -16,12 +16,23 @@ h3. Installation If you are logged in to an Arvados VM, the Python SDK should be installed. -To use the Python SDK elsewhere, build and install the package using the arvados source tree. +To use the Python SDK elsewhere, you can either install the Python SDK via PyPI or build and install the package using the arvados source tree. + +h4. Install with PyPI + + +
+$ pip install arvados-python-client
+
+
+ +h4. Build and install from source
 $ git clone https://github.com/curoverse/arvados.git
 $ cd arvados/sdk/python
+$ ./build.sh
 $ sudo python setup.py install