Regenerate website

Project: http://git-wip-us.apache.org/repos/asf/beam-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/beam-site/commit/69f32664
Tree: http://git-wip-us.apache.org/repos/asf/beam-site/tree/69f32664
Diff: http://git-wip-us.apache.org/repos/asf/beam-site/diff/69f32664

Branch: refs/heads/asf-site
Commit: 69f32664158293f6cc087cfe7d43edb462671e46
Parents: f3494f0
Author: Ahmet Altay <al...@google.com>
Authored: Fri Feb 24 12:48:56 2017 -0800
Committer: Ahmet Altay <al...@google.com>
Committed: Fri Feb 24 12:48:56 2017 -0800

----------------------------------------------------------------------
 content/get-started/quickstart-py/index.html | 12 ++++--------
 1 file changed, 4 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/beam-site/blob/69f32664/content/get-started/quickstart-py/index.html
----------------------------------------------------------------------
diff --git a/content/get-started/quickstart-py/index.html 
b/content/get-started/quickstart-py/index.html
index 28a5a77..8301f3b 100644
--- a/content/get-started/quickstart-py/index.html
+++ b/content/get-started/quickstart-py/index.html
@@ -222,24 +222,20 @@ environment’s directories.</p>
 
 <ol>
   <li>
-    <p>Clone the Apache Beam repo from GitHub: 
+    <p>Clone the Apache Beam repo from GitHub:
   <code class="highlighter-rouge">git clone 
https://github.com/apache/beam.git</code></p>
   </li>
   <li>
-    <p>Navigate to the <code class="highlighter-rouge">python</code> 
directory: 
+    <p>Navigate to the <code class="highlighter-rouge">python</code> directory:
   <code class="highlighter-rouge">cd beam/sdks/python/</code></p>
   </li>
   <li>
-    <p>Create the Apache Beam Python SDK installation package: 
+    <p>Create the Apache Beam Python SDK installation package:
   <code class="highlighter-rouge">python setup.py sdist</code></p>
   </li>
   <li>
-    <p>Navigate to the <code class="highlighter-rouge">dist</code> directory:
-  <code class="highlighter-rouge">cd dist/</code></p>
-  </li>
-  <li>
     <p>Install the Apache Beam SDK
-  <code class="highlighter-rouge">pip install 
apache-beam-sdk-*.tar.gz</code></p>
+  <code class="highlighter-rouge">pip install dist/apache-beam-sdk-*.tar.gz 
.[gcp]</code></p>
   </li>
 </ol>
 

Reply via email to