Update Python SDK documentation to reflect availability of PyPI package,
[arvados.git] / doc / sdk / python / sdk-python.html.textile.liquid
index 22a21670bfec29cf6182af6497c3bff634150896..97d5a39728cad525771d4696df165ab068dfbc39 100644 (file)
@@ -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
+
+<notextile>
+<pre>
+$ <code class="userinput">pip install arvados-python-client</code>
+</pre>
+</notextile>
+
+h4. Build and install from source
 
 <notextile>
 <pre>
 $ <code class="userinput">git clone https://github.com/curoverse/arvados.git</code>
 $ <code class="userinput">cd arvados/sdk/python</code>
+$ <code class="userinput">./build.sh</code>
 $ <code class="userinput">sudo python setup.py install</code>
 </pre>
 </notextile>