2798: Merged branch with code to read environment variables with branch working on...
[arvados.git] / doc / sdk / python / sdk-python.html.textile.liquid
index eef9a246c1b93af0d3914ba0aff00908bc34bb22..89b77c9b656ef54e3a5a2857bb51828ac1793425 100644 (file)
@@ -24,7 +24,7 @@ h4. Option 1: install with PyPI
 
 <notextile>
 <pre>
-$ <code class="userinput">sudo apt-get install python-pip python-dev libattr1-dev libfuse-dev pkg-config</code>
+$ <code class="userinput">sudo apt-get install python-pip python-dev libattr1-dev libfuse-dev pkg-config python-yaml</code>
 $ <code class="userinput">sudo pip install arvados-python-client</code>
 </pre>
 </notextile>
@@ -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>