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 <[email protected]>
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>
 

Reply via email to