You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by me...@apache.org on 2018/08/09 00:30:41 UTC

[beam-site] branch asf-site updated (582961e -> 5597109)

This is an automated email from the ASF dual-hosted git repository.

mergebot-role pushed a change to branch asf-site
in repository https://gitbox.apache.org/repos/asf/beam-site.git.


    from 582961e  Prepare repository for deployment.
     add 05d05f1  Adding 'editable mode' flag installation for Python.
     add 23a6b7d  This closes #526
     new 5597109  Prepare repository for deployment.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 content/contribute/index.html | 4 ++--
 src/contribute/index.md       | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)


[beam-site] 01/01: Prepare repository for deployment.

Posted by me...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

mergebot-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/beam-site.git

commit 559710980b4ae0ce91713c627f3051561e512782
Author: Mergebot <me...@apache.org>
AuthorDate: Thu Aug 9 00:30:39 2018 +0000

    Prepare repository for deployment.
---
 content/contribute/index.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/content/contribute/index.html b/content/contribute/index.html
index 7a5ad79..e0a26ae 100644
--- a/content/contribute/index.html
+++ b/content/contribute/index.html
@@ -398,7 +398,7 @@ This installs Python from source and includes the test and gcp dependencies.</p>
 
 <div class="highlighter-rouge"><pre class="highlight"><code>$ virtualenv env
 $ . ./env/bin/activate
-(env) $ pip install .[gcp,test]
+(env) $ pip install -e .[gcp,test]
 </code></pre>
 </div>
 
@@ -406,7 +406,7 @@ $ . ./env/bin/activate
 
 <div class="highlighter-rouge"><pre class="highlight"><code>&gt; c:\Python27\python.exe -m virtualenv
 &gt; env\Scripts\activate
-(env) &gt; pip install .[gcp,test]
+(env) &gt; pip install -e .[gcp,test]
 </code></pre>
 </div>