Repository: incubator-beam Updated Branches: refs/heads/python-sdk d5719a5aa -> c526df5ce
correct pip install target to include 'archive/' Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/4853ee06 Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/4853ee06 Diff: http://git-wip-us.apache.org/repos/asf/incubator-beam/diff/4853ee06 Branch: refs/heads/python-sdk Commit: 4853ee063fe246b7270ca7c6f151a45f52f8c3b7 Parents: d5719a5 Author: Eric Anderson <[email protected]> Authored: Fri Jun 24 11:59:39 2016 -0600 Committer: GitHub <[email protected]> Committed: Fri Jun 24 11:59:39 2016 -0600 ---------------------------------------------------------------------- sdks/python/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/4853ee06/sdks/python/README.md ---------------------------------------------------------------------- diff --git a/sdks/python/README.md b/sdks/python/README.md index d96e467..fb89d50 100644 --- a/sdks/python/README.md +++ b/sdks/python/README.md @@ -197,7 +197,7 @@ we'll assume you use that one. With a virtual environment active, paste the URL into a ``pip install`` shell command, executing something like this: ```sh -pip install https://github.com/GoogleCloudPlatform/DataflowPythonSDK/vX.Y.Z.tar.gz +pip install https://github.com/GoogleCloudPlatform/DataflowPythonSDK/archive/vX.Y.Z.tar.gz ``` #### Notes on installing with ``setup.py install``
