Skip to content

Commit 9ec41f8

Browse files
authored
fix pip intall command (#36734)
1 parent 2d617c0 commit 9ec41f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contributor-docs/code-change-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@ These instructions explain how to configure your console (shell) for Python deve
496496
3. Install the `apache_beam` package in editable mode:
497497
```
498498
cd sdks/python
499-
pip install -e .[gcp, test]
499+
pip install -e .[gcp,test]
500500
```
501501

502502
4. For development that uses an SDK container image, do the following:

0 commit comments

Comments
 (0)