You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by al...@apache.org on 2017/05/10 20:39:21 UTC

[1/3] beam-site git commit: Add quickstart step re: Python 2.7.x requirement

Repository: beam-site
Updated Branches:
  refs/heads/asf-site acd643afb -> 32241b501


Add quickstart step re: Python 2.7.x requirement


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

Branch: refs/heads/asf-site
Commit: f2fea8399fe14dcaa11e25d3687d4307dfb50b03
Parents: acd643a
Author: melissa <me...@google.com>
Authored: Wed May 10 12:20:50 2017 -0700
Committer: melissa <me...@google.com>
Committed: Wed May 10 12:20:50 2017 -0700

----------------------------------------------------------------------
 src/get-started/quickstart-py.md | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/beam-site/blob/f2fea839/src/get-started/quickstart-py.md
----------------------------------------------------------------------
diff --git a/src/get-started/quickstart-py.md b/src/get-started/quickstart-py.md
index 06e0b2e..3ebdf3e 100644
--- a/src/get-started/quickstart-py.md
+++ b/src/get-started/quickstart-py.md
@@ -13,9 +13,17 @@ This guide shows you how to set up your Python development environment, get the
 
 ## Set up your environment
 
+### Check your Python version
+
+The Beam SDK for Python requires Python version 2.7.x. Check that you have version 2.7.x by running:
+
+```
+python --version
+```
+
 ### Install pip
 
-Install [pip](https://pip.pypa.io/en/stable/installing/), Python's package manager. Check that you have version 7.0.0 or newer, by running:
+Install [pip](https://pip.pypa.io/en/stable/installing/), Python's package manager. Check that you have version 7.0.0 or newer by running:
 
 ```
 pip --version


[3/3] beam-site git commit: This closes #238

Posted by al...@apache.org.
This closes #238


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

Branch: refs/heads/asf-site
Commit: 32241b5019ff52ff6cbf9835296e3ed546f83c72
Parents: acd643a d2d6569
Author: Ahmet Altay <al...@google.com>
Authored: Wed May 10 13:37:02 2017 -0700
Committer: Ahmet Altay <al...@google.com>
Committed: Wed May 10 13:37:02 2017 -0700

----------------------------------------------------------------------
 content/get-started/quickstart-py/index.html | 11 ++++++++++-
 src/get-started/quickstart-py.md             | 10 +++++++++-
 2 files changed, 19 insertions(+), 2 deletions(-)
----------------------------------------------------------------------



[2/3] beam-site git commit: Regenerate website

Posted by al...@apache.org.
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/d2d65698
Tree: http://git-wip-us.apache.org/repos/asf/beam-site/tree/d2d65698
Diff: http://git-wip-us.apache.org/repos/asf/beam-site/diff/d2d65698

Branch: refs/heads/asf-site
Commit: d2d65698b846f9e94a4c5d6122ac705869262ca4
Parents: f2fea83
Author: Ahmet Altay <al...@google.com>
Authored: Wed May 10 13:37:01 2017 -0700
Committer: Ahmet Altay <al...@google.com>
Committed: Wed May 10 13:37:01 2017 -0700

----------------------------------------------------------------------
 content/get-started/quickstart-py/index.html | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/beam-site/blob/d2d65698/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 ac498d9..9c9ff2e 100644
--- a/content/get-started/quickstart-py/index.html
+++ b/content/get-started/quickstart-py/index.html
@@ -157,6 +157,7 @@
 
 <ul id="markdown-toc">
   <li><a href="#set-up-your-environment" id="markdown-toc-set-up-your-environment">Set up your environment</a>    <ul>
+      <li><a href="#check-your-python-version" id="markdown-toc-check-your-python-version">Check your Python version</a></li>
       <li><a href="#install-pip" id="markdown-toc-install-pip">Install pip</a></li>
       <li><a href="#install-python-virtual-environment" id="markdown-toc-install-python-virtual-environment">Install Python virtual environment</a></li>
     </ul>
@@ -175,9 +176,17 @@
 
 <h2 id="set-up-your-environment">Set up your environment</h2>
 
+<h3 id="check-your-python-version">Check your Python version</h3>
+
+<p>The Beam SDK for Python requires Python version 2.7.x. Check that you have version 2.7.x by running:</p>
+
+<div class="highlighter-rouge"><pre class="highlight"><code>python --version
+</code></pre>
+</div>
+
 <h3 id="install-pip">Install pip</h3>
 
-<p>Install <a href="https://pip.pypa.io/en/stable/installing/">pip</a>, Python’s package manager. Check that you have version 7.0.0 or newer, by running:</p>
+<p>Install <a href="https://pip.pypa.io/en/stable/installing/">pip</a>, Python’s package manager. Check that you have version 7.0.0 or newer by running:</p>
 
 <div class="highlighter-rouge"><pre class="highlight"><code>pip --version
 </code></pre>