From e202c81e664da15526886d0614b7892bb431f21b Mon Sep 17 00:00:00 2001 From: Derrick Williams Date: Wed, 5 Nov 2025 18:12:57 +0000 Subject: [PATCH] fix pip intall command --- contributor-docs/code-change-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributor-docs/code-change-guide.md b/contributor-docs/code-change-guide.md index d21eeb133f99..649b8d304985 100644 --- a/contributor-docs/code-change-guide.md +++ b/contributor-docs/code-change-guide.md @@ -496,7 +496,7 @@ These instructions explain how to configure your console (shell) for Python deve 3. Install the `apache_beam` package in editable mode: ``` cd sdks/python - pip install -e .[gcp, test] + pip install -e .[gcp,test] ``` 4. For development that uses an SDK container image, do the following: