There was an error while loading. Please reload this page.
1 parent dd9af53 commit ea18bdcCopy full SHA for ea18bdc
doc/installation.rst
@@ -199,9 +199,9 @@ but can be found on the
199
`github tags page <https://github.com/mongodb/mongo-python-driver/tags>`_.
200
They can be installed by passing the full URL for the tag to pip::
201
202
- $ 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
203
204
or easy_install::
205
206
- $ 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
207
0 commit comments