From a5def8120889e33d439794b759df4f68bdb44e61 Mon Sep 17 00:00:00 2001 From: Chris Broadfoot Date: Sun, 27 Mar 2016 16:13:07 -0700 Subject: [PATCH] README: fix pip install link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 73138e5..5d360b7 100644 --- a/README.md +++ b/README.md @@ -178,7 +178,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/GoogleCloud/DataflowPythonSDK/va.b.c.tar.gz +pip install https://github.com/GoogleCloudPlatform/DataflowPythonSDK/vX.Y.Z.tar.gz ``` #### Notes on installing with ``setup.py install``