From ea18bdc1e0bce6a463cc4a88d3e67a67f7a5e3c5 Mon Sep 17 00:00:00 2001 From: Bernie Hackett Date: Fri, 14 Feb 2014 13:00:13 -0800 Subject: [PATCH] Update install instructions for release candidates. --- doc/installation.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/installation.rst b/doc/installation.rst index 2f672fb0f..33be14327 100644 --- a/doc/installation.rst +++ b/doc/installation.rst @@ -199,9 +199,9 @@ but can be found on the `github tags page `_. They can be installed by passing the full URL for the tag to pip:: - $ pip install https://github.com/mongodb/mongo-python-driver/tarball/2.2rc1 + $ pip install https://github.com/mongodb/mongo-python-driver/archive/2.7rc0.tar.gz or easy_install:: - $ easy_install https://github.com/mongodb/mongo-python-driver/tarball/2.2rc1 + $ easy_install https://github.com/mongodb/mongo-python-driver/archive/2.7rc0.tar.gz