[ARVADOS] updated: 1586b85c89a9dce4799f9406a5a015f34313653c
git at public.curoverse.com
git at public.curoverse.com
Tue Mar 11 00:29:57 EDT 2014
Summary of changes:
doc/sdk/python/sdk-python.html.textile.liquid | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
via 1586b85c89a9dce4799f9406a5a015f34313653c (commit)
from 0e3df3f0e82757edf23e548149324d3eb3d23726 (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 1586b85c89a9dce4799f9406a5a015f34313653c
Author: Tom Clegg <tom at curoverse.com>
Date: Tue Mar 11 00:29:40 2014 -0400
Add instructions for installing with new versions of pip.
diff --git a/doc/sdk/python/sdk-python.html.textile.liquid b/doc/sdk/python/sdk-python.html.textile.liquid
index 80e7834..f884a14 100644
--- a/doc/sdk/python/sdk-python.html.textile.liquid
+++ b/doc/sdk/python/sdk-python.html.textile.liquid
@@ -27,6 +27,14 @@ $ <code class="userinput">sudo pip install arvados-python-client</code>
</pre>
</notextile>
+_If your version of @pip@ is 1.4 or newer, the @pip install@ command might give an error: "Could not find a version that satisfies the requirement arvados-python-client". If this happens, fix it by adding a @--pre@ flag:_
+
+<notextile>
+<pre>
+$ <code class="userinput">sudo pip install --pre arvados-python-client</code>
+</pre>
+</notextile>
+
h4. Option 2: build and install from source
<notextile>
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list