Update install instructions for release candidates.

This commit is contained in:
Bernie Hackett 2014-02-14 13:00:13 -08:00
parent dd9af53de3
commit ea18bdc1e0

View File

@ -199,9 +199,9 @@ but can be found on the
`github tags page <https://github.com/mongodb/mongo-python-driver/tags>`_.
They can be installed by passing the full URL for the tag to pip::
$ 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
or easy_install::
$ 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