[ARVADOS] updated: e8f224e43292059d52f438995f30cb392da88262
git at public.curoverse.com
git at public.curoverse.com
Tue Feb 25 12:31:56 EST 2014
Summary of changes:
doc/sdk/python/sdk-python.html.textile.liquid | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
via e8f224e43292059d52f438995f30cb392da88262 (commit)
from 60f6a0ade0f6ff2ed695c0d22fb4cfb8383014b4 (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 e8f224e43292059d52f438995f30cb392da88262
Author: Tom Clegg <tom at curoverse.com>
Date: Mon Feb 24 14:19:43 2014 -0800
Update Python SDK docs to reflect new llfuse dependencies.
diff --git a/doc/sdk/python/sdk-python.html.textile.liquid b/doc/sdk/python/sdk-python.html.textile.liquid
index da36346..975d600 100644
--- a/doc/sdk/python/sdk-python.html.textile.liquid
+++ b/doc/sdk/python/sdk-python.html.textile.liquid
@@ -22,7 +22,8 @@ h4. Option 1: install with PyPI
<notextile>
<pre>
-$ <code class="userinput">pip install arvados-python-client</code>
+$ <code class="userinput">sudo apt-get install python-dev libattr1-dev libfuse-dev pkg-config</code>
+$ <code class="userinput">sudo pip install arvados-python-client</code>
</pre>
</notextile>
@@ -30,6 +31,7 @@ h4. Option 2: build and install from source
<notextile>
<pre>
+$ <code class="userinput">sudo apt-get install python-dev libattr1-dev libfuse-dev pkg-config</code>
$ <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>
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list