Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 76898200B39 for ; Sat, 25 Jun 2016 04:11:42 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 7536D160A62; Sat, 25 Jun 2016 02:11:42 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id C1506160A58 for ; Sat, 25 Jun 2016 04:11:41 +0200 (CEST) Received: (qmail 22999 invoked by uid 500); 25 Jun 2016 02:11:40 -0000 Mailing-List: contact commits-help@beam.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@beam.incubator.apache.org Delivered-To: mailing list commits@beam.incubator.apache.org Received: (qmail 22990 invoked by uid 99); 25 Jun 2016 02:11:40 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 25 Jun 2016 02:11:40 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 530A71806F8 for ; Sat, 25 Jun 2016 02:11:40 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -4.646 X-Spam-Level: X-Spam-Status: No, score=-4.646 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-1.426] autolearn=disabled Received: from mx2-lw-us.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id yvrZeX1gBJ-1 for ; Sat, 25 Jun 2016 02:11:38 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx2-lw-us.apache.org (ASF Mail Server at mx2-lw-us.apache.org) with SMTP id 0296E5F46F for ; Sat, 25 Jun 2016 02:11:37 +0000 (UTC) Received: (qmail 22975 invoked by uid 99); 25 Jun 2016 02:11:37 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 25 Jun 2016 02:11:37 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 1FC75E07F6; Sat, 25 Jun 2016 02:11:37 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: dhalperi@apache.org To: commits@beam.incubator.apache.org Date: Sat, 25 Jun 2016 02:11:37 -0000 Message-Id: <4cdc57a5079d42c4b502f38d600efe42@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [1/2] incubator-beam git commit: correct pip install target to include 'archive/' archived-at: Sat, 25 Jun 2016 02:11:42 -0000 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 Authored: Fri Jun 24 11:59:39 2016 -0600 Committer: GitHub 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``