There was an error while loading. Please reload this page.
1 parent a4a16ac commit 7b5cbedCopy full SHA for 7b5cbed
doc/installation.rst
@@ -192,9 +192,9 @@ but can be found on the
192
`github tags page <https://github.com/mongodb/mongo-python-driver/tags>`_.
193
They can be installed by passing the full URL for the tag to pip::
194
195
- $ pip install https://github.com/mongodb/mongo-python-driver/archive/2.7rc0.tar.gz
+ $ pip install https://github.com/mongodb/mongo-python-driver/archive/2.7rc1.tar.gz
196
197
or easy_install::
198
199
- $ easy_install https://github.com/mongodb/mongo-python-driver/archive/2.7rc0.tar.gz
+ $ easy_install https://github.com/mongodb/mongo-python-driver/archive/2.7rc1.tar.gz
200
0 commit comments