Skip to content

Commit 229e57e

Browse files
committed
Mention beta releases in install docs.
1 parent c87424e commit 229e57e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

doc/installation.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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
221221
but can be found on the
222222
`github tags page <https://github.com/mongodb/mongo-python-driver/tags>`_.
223223
They 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

227227
or 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

0 commit comments

Comments
 (0)