Repository: incubator-beam Updated Branches: refs/heads/python-sdk 9d2acc98e -> 7270471bf
Updated readme according to BEAM-693 Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/43740a47 Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/43740a47 Diff: http://git-wip-us.apache.org/repos/asf/incubator-beam/diff/43740a47 Branch: refs/heads/python-sdk Commit: 43740a47d9fc8f8a2d1508630d15d69a81fff844 Parents: 9d2acc9 Author: Marco Buccini <[email protected]> Authored: Tue Nov 1 10:17:25 2016 +0100 Committer: Robert Bradshaw <[email protected]> Committed: Thu Nov 3 10:33:45 2016 -0700 ---------------------------------------------------------------------- sdks/python/README.md | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/43740a47/sdks/python/README.md ---------------------------------------------------------------------- diff --git a/sdks/python/README.md b/sdks/python/README.md index d8f3d89..cff497c 100644 --- a/sdks/python/README.md +++ b/sdks/python/README.md @@ -153,6 +153,8 @@ Some interesting classes to navigate to: * combiners, in file [`google/cloud/dataflow/transforms/combiners.py`](http://localhost:8888/google.cloud.dataflow.transforms.combiners.html) +Make sure you installed the package first. If not, run `python setup.py install`, then run pydoc with `pydoc -p 8888`. + ## Simple Examples The following examples demonstrate some basic, fundamental concepts for using Apache Beam's Python SDK. For more detailed examples, Beam provides a [directory of examples](https://github.com/apache/incubator-beam/tree/python-sdk/sdks/python/apache_beam/examples) for Python.
