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

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

commit 05d05f1cf2cf0d66de1a14c5f951f20c7362241c
Author: Pablo <pabl...@users.noreply.github.com>
AuthorDate: Tue Aug 7 09:54:33 2018 -0700

    Adding 'editable mode' flag installation for Python.
---
 src/contribute/index.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/contribute/index.md b/src/contribute/index.md
index a0100da..9782c23 100644
--- a/src/contribute/index.md
+++ b/src/contribute/index.md
@@ -169,13 +169,13 @@ On macOS/Linux:
 
     $ virtualenv env
     $ . ./env/bin/activate
-    (env) $ pip install .[gcp,test]
+    (env) $ pip install -e .[gcp,test]
 
 On Windows:
 
     > c:\Python27\python.exe -m virtualenv
     > env\Scripts\activate
-    (env) > pip install .[gcp,test]
+    (env) > pip install -e .[gcp,test]
 
 This command runs all Python tests. The nose dependency is installed by [test] 
in pip install.
 

Reply via email to