Skip to content
/ beam Public
forked from apache/beam

Commit

Permalink
Update code-change-guide.md (apache#31333)
Browse files Browse the repository at this point in the history
  • Loading branch information
liferoad committed May 17, 2024
1 parent 4f0cfff commit d15d98c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contributor-docs/code-change-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@ To run an integration test on the Dataflow Runner, follow these steps:

```
cd sdks/python
pip install build && python -m build sdist
pip install build && python -m build --sdist
```
The tarball file is generated in the `sdks/python/sdist/` directory.

Expand Down Expand Up @@ -570,7 +570,7 @@ You can use the [official Beam SDK container image](https://gcr.io/apache-beam-t
To run your pipeline with modified beam code, follow these steps:
1. Build the Beam SDK tarball. Under `sdks/python`, run `python -m build sdist`. For more details,
1. Build the Beam SDK tarball. Under `sdks/python`, run `python -m build --sdist`. For more details,
see [Run an integration test](#run-an-integration-test) on this page.
2. Install the Apache Beam Python SDK in your Python virtual environment with the necessary
Expand Down

0 comments on commit d15d98c

Please sign in to comment.