Repository: beam-site Updated Branches: refs/heads/asf-site 1c164e086 -> 7360cb748
Mention python setup.py sdist and link to its docs Project: http://git-wip-us.apache.org/repos/asf/beam-site/repo Commit: http://git-wip-us.apache.org/repos/asf/beam-site/commit/d3fb6784 Tree: http://git-wip-us.apache.org/repos/asf/beam-site/tree/d3fb6784 Diff: http://git-wip-us.apache.org/repos/asf/beam-site/diff/d3fb6784 Branch: refs/heads/asf-site Commit: d3fb67846b1963822c7c396dc29db995a79aa611 Parents: 1c164e0 Author: JP Martin <[email protected]> Authored: Fri Jun 23 15:52:33 2017 -0700 Committer: Ahmet Altay <[email protected]> Committed: Fri Jun 23 17:31:50 2017 -0700 ---------------------------------------------------------------------- src/documentation/sdks/python-pipeline-dependencies.md | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/beam-site/blob/d3fb6784/src/documentation/sdks/python-pipeline-dependencies.md ---------------------------------------------------------------------- diff --git a/src/documentation/sdks/python-pipeline-dependencies.md b/src/documentation/sdks/python-pipeline-dependencies.md index 916a9b5..9a4ebe7 100644 --- a/src/documentation/sdks/python-pipeline-dependencies.md +++ b/src/documentation/sdks/python-pipeline-dependencies.md @@ -49,6 +49,12 @@ If your pipeline uses packages that are not available publicly (e.g. packages th --extra_package /path/to/package/package-name + where package-name is the package's tarball. If you have the `setup.py` for that + package then you can build the tarball with the following command: + + python setup.py sdist + + See the [sdist documentation](https://docs.python.org/2/distutils/sourcedist.html) for more details on this command. ## <a name="multfiles"></a>Multiple File Dependencies
