Skip to content

Commit 7b5cbed

Browse files
committed
Minor install doc update.
1 parent a4a16ac commit 7b5cbed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/installation.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,9 +192,9 @@ but can be found on the
192192
`github tags page <https://github.com/mongodb/mongo-python-driver/tags>`_.
193193
They can be installed by passing the full URL for the tag to pip::
194194

195-
$ pip install https://github.com/mongodb/mongo-python-driver/archive/2.7rc0.tar.gz
195+
$ pip install https://github.com/mongodb/mongo-python-driver/archive/2.7rc1.tar.gz
196196

197197
or easy_install::
198198

199-
$ easy_install https://github.com/mongodb/mongo-python-driver/archive/2.7rc0.tar.gz
199+
$ easy_install https://github.com/mongodb/mongo-python-driver/archive/2.7rc1.tar.gz
200200

0 commit comments

Comments
 (0)