File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -213,18 +213,18 @@ package::
213213
214214 $ sudo easy_install pymongo-2.6.3-py2.7-linux-x86_64.egg
215215
216- Installing a release candidate
217- ------------------------------
216+ Installing a beta or release candidate
217+ --------------------------------------
218218
219- MongoDB, Inc. may occasionally tag a release candidate for testing by the
220- community before final release. These releases will not be uploaded to pypi
219+ MongoDB, Inc. may occasionally tag a beta or release candidate for testing by
220+ the community before final release. These releases will not be uploaded to pypi
221221but can be found on the
222222`github tags page <https://github.com/mongodb/mongo-python-driver/tags >`_.
223223They can be installed by passing the full URL for the tag to pip::
224224
225- $ pip install https://github.com/mongodb/mongo-python-driver/archive/2.8rc0 .tar.gz
225+ $ pip install https://github.com/mongodb/mongo-python-driver/archive/3.0b0 .tar.gz
226226
227227or easy_install::
228228
229- $ easy_install https://github.com/mongodb/mongo-python-driver/archive/2.8rc0 .tar.gz
229+ $ easy_install https://github.com/mongodb/mongo-python-driver/archive/3.0b0 .tar.gz
230230
You can’t perform that action at this time.
0 commit comments