@@ -15,15 +15,19 @@ PyMongo
1515Introduction
1616------------
1717
18- **PyMongo** is the official MongoDB Python driver for MongoDB. We
19- recommend you use this driver to work with MongoDB from Python. If you
20- need to access MongoDB in a non-blocking manner or from co-routines, we
21- recommend that you use the :doc:`Motor </motor>` driver instead .
18+ Welcome to the documentation site for PyMongo, the official MongoDB
19+ driver for synchronous Python applications. Download it using
20+ `pip <https://pypi.python.org/pypi/pip>`__
21+ or set up a runnable project by following our tutorial .
2222
23- Follow the links below to learn more about how to use the PyMongo driver :
23+ .. tip: :
2424
25- - `Tutorial <https://pymongo.readthedocs.io/en/stable/tutorial.html>`__ on
26- how to connect to MongoDB and run common operations.
25+ If you need to access MongoDB in a non-blocking manner or from
26+ co-routines, we recommend that you use the :doc:`Motor </motor>`
27+ driver instead.
28+
29+ - `Tutorial <https://pymongo.readthedocs.io/en/stable/tutorial.html>`__
30+ on how to connect to MongoDB and run common operations.
2731
2832- `API Reference <https://pymongo.readthedocs.io/en/stable/api/index.html>`__
2933
@@ -36,12 +40,12 @@ Follow the links below to learn more about how to use the PyMongo driver:
3640Installation
3741------------
3842
39- You must install the PyMongo driver module to make it available to your Python
40- application. We recommend using `pip <http://pypi.python.org/pypi/pip>`__
41- to install PyMongo.
43+ You must install the PyMongo driver module to make it available to your
44+ Python application. We recommend using
45+ `pip <http://pypi.python.org/pypi/pip>`__ to install PyMongo.
4246
43- The following command demonstrates how you can install the latest version of
44- the module using the command line:
47+ The following command demonstrates how you can install the latest
48+ version of the module using the command line:
4549
4650.. code-block:: sh
4751
0 commit comments