[ARVADOS] updated: 98bcb5f7cb9b17a3537123736759d45b4cef2ed8
git at public.curoverse.com
git at public.curoverse.com
Tue Feb 18 21:43:58 EST 2014
Summary of changes:
doc/sdk/python/sdk-python.html.textile.liquid | 13 ++++++++++++-
1 files changed, 12 insertions(+), 1 deletions(-)
via 98bcb5f7cb9b17a3537123736759d45b4cef2ed8 (commit)
from 2cdd9751ed9445db4b313ba6e4fd6a3f6b2d6e49 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 98bcb5f7cb9b17a3537123736759d45b4cef2ed8
Author: Ward Vandewege <ward at curoverse.com>
Date: Tue Feb 18 21:42:58 2014 -0500
Update Python SDK documentation to reflect availability of PyPI package,
as well as the updated build-from-source instructions.
diff --git a/doc/sdk/python/sdk-python.html.textile.liquid b/doc/sdk/python/sdk-python.html.textile.liquid
index 22a2167..97d5a39 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
+
+<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>
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list