X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/e820bd1c6890f93ea1a84ffd5730bbf0e3d8e153..e4f96fc61cd9c85f91bdb0020bc365f2f4825ffb:/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 80e78346d0..09af1a3238 100644 --- a/doc/sdk/python/sdk-python.html.textile.liquid +++ b/doc/sdk/python/sdk-python.html.textile.liquid @@ -6,8 +6,6 @@ title: "Python SDK" ... -h1. Python SDK - The Python SDK provides a generic set of wrappers so you can make API calls easily. It performs some validation before connecting to the API server: for example, it refuses to do an API call if a required parameter is missing. The library also includes some conveniences for use in Crunch scripts; see "Crunch utility libraries":crunch-utility-libraries.html for details. @@ -27,6 +25,14 @@ $ sudo pip install arvados-python-client +_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:_ + + +
+$ sudo pip install --pre arvados-python-client
+
+
+ h4. Option 2: build and install from source