revamp the "connecting" user guide and test more ways of connecting to a replica set (#1490)

This commit is contained in:
Stefan Wójcik
2017-02-26 21:29:06 -05:00
committed by GitHub
parent 627cf90de0
commit 5f43c032f2
3 changed files with 62 additions and 40 deletions

View File

@@ -2,13 +2,13 @@
Installing MongoEngine
======================
To use MongoEngine, you will need to download `MongoDB <http://mongodb.org/>`_
To use MongoEngine, you will need to download `MongoDB <http://mongodb.com/>`_
and ensure it is running in an accessible location. You will also need
`PyMongo <http://api.mongodb.org/python>`_ to use MongoEngine, but if you
install MongoEngine using setuptools, then the dependencies will be handled for
you.
MongoEngine is available on PyPI, so to use it you can use :program:`pip`:
MongoEngine is available on PyPI, so you can use :program:`pip`:
.. code-block:: console