Skip to content

Commit ad53c1a

Browse files
committed
Update install docs.
1 parent 7e05938 commit ad53c1a

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
@@ -209,7 +209,7 @@ PyMongo source directory::
209209
$ python setup.py bdist_egg
210210

211211
The egg package can be found in the dist/ subdirectory. The file name will
212-
resemble “pymongo-3.0rc1-py2.7-linux-x86_64.egg” but may have a different name
212+
resemble “pymongo-3.0-py2.7-linux-x86_64.egg” but may have a different name
213213
depending on your platform and the version of python you use to compile.
214214

215215
.. warning::
@@ -222,7 +222,7 @@ depending on your platform and the version of python you use to compile.
222222
Copy this file to the target system and issue the following command to install the
223223
package::
224224

225-
$ sudo easy_install pymongo-3.0rc1-py2.7-linux-x86_64.egg
225+
$ sudo easy_install pymongo-3.0-py2.7-linux-x86_64.egg
226226

227227
Installing a beta or release candidate
228228
--------------------------------------

0 commit comments

Comments
 (0)