Skip to content

Commit ea18bdc

Browse files
committed
Update install instructions for release candidates.
1 parent dd9af53 commit ea18bdc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/installation.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,9 +199,9 @@ but can be found on the
199199
`github tags page <https://github.com/mongodb/mongo-python-driver/tags>`_.
200200
They can be installed by passing the full URL for the tag to pip::
201201

202-
$ pip install https://github.com/mongodb/mongo-python-driver/tarball/2.2rc1
202+
$ pip install https://github.com/mongodb/mongo-python-driver/archive/2.7rc0.tar.gz
203203

204204
or easy_install::
205205

206-
$ easy_install https://github.com/mongodb/mongo-python-driver/tarball/2.2rc1
206+
$ easy_install https://github.com/mongodb/mongo-python-driver/archive/2.7rc0.tar.gz
207207

0 commit comments

Comments
 (0)