[ARVADOS] updated: 7fc412308bcb4d853e6f9aeb9e7d45e5ab76b11f

git at public.curoverse.com git at public.curoverse.com
Mon May 5 17:09:52 EDT 2014


Summary of changes:
 doc/install/client.html.textile.liquid        |   43 +------------------------
 doc/sdk/python/sdk-python.html.textile.liquid |    4 ++
 2 files changed, 5 insertions(+), 42 deletions(-)

       via  7fc412308bcb4d853e6f9aeb9e7d45e5ab76b11f (commit)
       via  58242491cbdb85f19342a2ca04b499b9bed98a2d (commit)
      from  5845d196105cc4676847695833b7ef3658c8a180 (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 7fc412308bcb4d853e6f9aeb9e7d45e5ab76b11f
Merge: 5824249 5845d19
Author: Ward Vandewege <ward at curoverse.com>
Date:   Mon May 5 17:09:43 2014 -0400

    Merge branch 'master' of git.curoverse.com:arvados


commit 58242491cbdb85f19342a2ca04b499b9bed98a2d
Author: Ward Vandewege <ward at curoverse.com>
Date:   Mon May 5 17:06:01 2014 -0400

    Documentation tweaks:
    * Python SDK requires Python 2.7, make that clear up front
    * Remove duplicated SDK installation instructions

diff --git a/doc/install/client.html.textile.liquid b/doc/install/client.html.textile.liquid
index 2c3b6eb..c2fc966 100644
--- a/doc/install/client.html.textile.liquid
+++ b/doc/install/client.html.textile.liquid
@@ -5,46 +5,5 @@ title: Install client libraries
 
 ...
 
-
-
-h3. Python
-
-{% include 'notebox_begin' %}
-The Python package includes the Python API client library module and the CLI utilities @arv-get@ and @arv-put at .
-{% include 'notebox_end' %}
-
-Get the arvados source tree.
-
-notextile. <pre><code>$ <span class="userinput">git clone https://github.com/curoverse/arvados.git</span></code></pre>
-
-Build and install the python package.
-
-<notextile>
-<pre><code>$ <span class="userinput">cd arvados/sdk/python</span>
-$ <span class="userinput">sudo python setup.py install</span>
-</code></pre>
-</notextile>
-
-Alternatively, build the package (without sudo) using @python setup.py bdist_egg@ and copy the @.egg@ package from @dist/@ to the target system.
-
-h3. Ruby
-
-{% include 'notebox_begin' %}
-The arvados package includes the Ruby client library module. The arvados-cli package includes the CLI utilities @arv@, @arv-run-pipeline-instance@, and @crunch-job at .
-{% include 'notebox_end' %}
-
-notextile. <pre><code>$ <span class="userinput">sudo gem install arvados arvados-cli</span></code></pre>
-
-h3. Perl
-
-{% include 'notebox_begin' %}
-The Perl client library includes the @Arvados.pm@ module and submodules.
-{% include 'notebox_end' %}
-
-<notextile>
-<pre><code>$ <span class="userinput">cd arvados/sdk/perl</span>
-$ <span class="userinput">perl Makefile.PL</span>
-$ <span class="userinput">sudo make install</span>
-</code></pre>
-</notextile>
+The "SDK Reference":{{site.baseurl}}/sdk/index.html page has installation instructions for each of the SDKs.
 
diff --git a/doc/sdk/python/sdk-python.html.textile.liquid b/doc/sdk/python/sdk-python.html.textile.liquid
index 09af1a3..d563d6e 100644
--- a/doc/sdk/python/sdk-python.html.textile.liquid
+++ b/doc/sdk/python/sdk-python.html.textile.liquid
@@ -16,6 +16,10 @@ If you are logged in to an Arvados VM, the Python SDK should be installed.
 
 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.
 
+{% include 'notebox_begin' %}
+The Python SDK requires Python 2.7
+{% include 'notebox_end' %}
+
 h4. Option 1: install with PyPI
 
 <notextile>

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list