@@ -25,7 +25,7 @@ to install pymongo on platforms other than Windows::
2525
2626To get a specific version of pymongo::
2727
28- $ pip install pymongo==2.6.3
28+ $ pip install pymongo==2.8.1
2929
3030To upgrade using pip::
3131
@@ -192,7 +192,7 @@ PyMongo source directory::
192192 $ python setup.py bdist_egg
193193
194194The egg package can be found in the dist/ subdirectory. The file name will
195- resemble “pymongo-2.6.3 -py2.7-linux-x86_64.egg” but may have a different name
195+ resemble “pymongo-2.8.1 -py2.7-linux-x86_64.egg” but may have a different name
196196depending on your platform and the version of python you use to compile.
197197
198198.. warning ::
@@ -205,7 +205,7 @@ depending on your platform and the version of python you use to compile.
205205Copy this file to the target system and issue the following command to install the
206206package::
207207
208- $ sudo easy_install pymongo-2.6.3 -py2.7-linux-x86_64.egg
208+ $ sudo easy_install pymongo-2.8.1 -py2.7-linux-x86_64.egg
209209
210210Installing a release candidate
211211------------------------------
@@ -216,9 +216,9 @@ but can be found on the
216216`github tags page <https://github.com/mongodb/mongo-python-driver/tags >`_.
217217They can be installed by passing the full URL for the tag to pip::
218218
219- $ pip install https://github.com/mongodb/mongo-python-driver/archive/2.8rc2 .tar.gz
219+ $ pip install https://github.com/mongodb/mongo-python-driver/archive/2.9rc0 .tar.gz
220220
221221or easy_install::
222222
223- $ easy_install https://github.com/mongodb/mongo-python-driver/archive/2.8rc2 .tar.gz
223+ $ easy_install https://github.com/mongodb/mongo-python-driver/archive/2.9rc0 .tar.gz
224224
0 commit comments