Remove now-superfluous build.sh step from the documentation to build the
authorWard Vandewege <ward@curoverse.com>
Thu, 8 May 2014 19:04:41 +0000 (15:04 -0400)
committerWard Vandewege <ward@curoverse.com>
Thu, 8 May 2014 19:04:41 +0000 (15:04 -0400)
Python SDK from source.

doc/sdk/python/sdk-python.html.textile.liquid

index eef9a246c1b93af0d3914ba0aff00908bc34bb22..ea55a9690966833b534c9d9153e3fef3d1f51685 100644 (file)
@@ -44,7 +44,6 @@ h4. Option 2: build and install from source
 ~$ <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>
-~/arvados/sdk/python$ <code class="userinput">./build.sh</code>
 ~/arvados/sdk/python$ <code class="userinput">sudo python setup.py install</code>
 </pre>
 </notextile>