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/0dd4a1e8
Tree: http://git-wip-us.apache.org/repos/asf/beam-site/tree/0dd4a1e8
Diff: http://git-wip-us.apache.org/repos/asf/beam-site/diff/0dd4a1e8

Branch: refs/heads/asf-site
Commit: 0dd4a1e8dc747150297d669ccbcdce8dfeb4e309
Parents: 5111853
Author: Davor Bonaci <da...@google.com>
Authored: Thu Mar 16 12:34:38 2017 -0700
Committer: Davor Bonaci <da...@google.com>
Committed: Thu Mar 16 12:34:38 2017 -0700

----------------------------------------------------------------------
 content/contribute/testing/index.html        |  5 ++---
 content/documentation/index.html             |  2 +-
 content/get-started/beam-overview/index.html |  2 +-
 content/get-started/downloads/index.html     | 12 ++++++++++--
 content/get-started/quickstart-py/index.html | 20 ++------------------
 5 files changed, 16 insertions(+), 25 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/beam-site/blob/0dd4a1e8/content/contribute/testing/index.html
----------------------------------------------------------------------
diff --git a/content/contribute/testing/index.html 
b/content/contribute/testing/index.html
index 6fb76df..fb004c9 100644
--- a/content/contribute/testing/index.html
+++ b/content/contribute/testing/index.html
@@ -413,9 +413,8 @@ details on those testing types.</p>
 
 <h3 id="python-sdk">Python SDK</h3>
 
-<p>The Python SDK is currently under development on a feature branch. We have 
initial
-postcommit tests by a Jenkins build; precommit testing and a full testing
-matrix will be coming soon.</p>
+<p>The Python SDK has postcommit tests by a Jenkins build; precommit testing 
and a
+full testing matrix will be coming soon.</p>
 
 <h2 id="testing-scenarios">Testing Scenarios</h2>
 

http://git-wip-us.apache.org/repos/asf/beam-site/blob/0dd4a1e8/content/documentation/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/index.html b/content/documentation/index.html
index e998965..af5afb0 100644
--- a/content/documentation/index.html
+++ b/content/documentation/index.html
@@ -177,7 +177,7 @@
 
 <ul>
   <li><a href="/documentation/sdks/java/">Java SDK</a></li>
-  <li><em>[Under Development]</em> <a 
href="/documentation/sdks/python/">Python SDK</a></li>
+  <li><a href="/documentation/sdks/python/">Python SDK</a></li>
 </ul>
 
 <h2 id="runners">Runners</h2>

http://git-wip-us.apache.org/repos/asf/beam-site/blob/0dd4a1e8/content/get-started/beam-overview/index.html
----------------------------------------------------------------------
diff --git a/content/get-started/beam-overview/index.html 
b/content/get-started/beam-overview/index.html
index f45903b..7a2b1f1 100644
--- a/content/get-started/beam-overview/index.html
+++ b/content/get-started/beam-overview/index.html
@@ -173,7 +173,7 @@
 </tr>
 <tr>
   <td>Python</td>
-  <td>Coming Soon</td>
+  <td>Active Development</td>
 </tr>
 <tr>
   <td>Other</td>

http://git-wip-us.apache.org/repos/asf/beam-site/blob/0dd4a1e8/content/get-started/downloads/index.html
----------------------------------------------------------------------
diff --git a/content/get-started/downloads/index.html 
b/content/get-started/downloads/index.html
index 4053000..3438ee7 100644
--- a/content/get-started/downloads/index.html
+++ b/content/get-started/downloads/index.html
@@ -152,8 +152,9 @@
       <div class="row">
         <h1 id="apache-beam-downloads">Apache Beam Downloads</h1>
 
-<p>The easiest way to use Apache Beam is via one of the released versions in 
the
-<a 
href="https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.beam%22";>Maven
 Central Repository</a>.</p>
+<p>The easiest way to use Apache Beam is via one of the released versions in a 
central repository.
+Java SDK is available on <a 
href="https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.beam%22";>Maven
 Central Repository</a>,
+and Python SDK is available on <a 
href="https://pypi.python.org/pypi/apache-beam";>PyPI</a>.</p>
 
 <p>For example, if you are developing using Maven and want to use the SDK for
 Java with the <code class="highlighter-rouge">DirectRunner</code>, add the 
following dependencies to your
@@ -173,6 +174,13 @@ Java with the <code 
class="highlighter-rouge">DirectRunner</code>, add the follo
 </code></pre>
 </div>
 
+<p>Similarly in Python, if you are using PyPI and want to use the SDK for 
Python with
+<code class="highlighter-rouge">DirectRunner</code>, add the following 
requirement to your <code class="highlighter-rouge">setup.py</code> file:</p>
+
+<div class="highlighter-rouge"><pre class="highlight"><code>apache-beam==0.6.0
+</code></pre>
+</div>
+
 <p>Additionally, you may want to depend on additional SDK modules, such as IO
 connectors or other extensions, and additional runners to execute your pipeline
 at scale.</p>

http://git-wip-us.apache.org/repos/asf/beam-site/blob/0dd4a1e8/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 b143d54..153eac6 100644
--- a/content/get-started/quickstart-py/index.html
+++ b/content/get-started/quickstart-py/index.html
@@ -220,24 +220,8 @@ environment’s directories.</p>
 
 <h3 id="download-and-install">Download and install</h3>
 
-<ol>
-  <li>
-    <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:
-  <code class="highlighter-rouge">cd beam/sdks/python/</code></p>
-  </li>
-  <li>
-    <p>Create the Apache Beam Python SDK installation package:
-  <code class="highlighter-rouge">python setup.py sdist</code></p>
-  </li>
-  <li>
-    <p>Install the Apache Beam SDK
-  <code class="highlighter-rouge">pip install 
dist/apache-beam-*.tar.gz</code></p>
-  </li>
-</ol>
+<p>Install the latest Python SDK from PyPI:
+  <code class="highlighter-rouge">pip install apache-beam</code></p>
 
 <h2 id="execute-a-pipeline-locally">Execute a pipeline locally</h2>
 

Reply via email to