Skip to content

Commit 9a70bcd

Browse files
authored
recommend installation with srv (pymongo) (#727)
* DOCS-14274: install pymongo with srv option * proper quoting
1 parent 1c2fa7b commit 9a70bcd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/pymongo.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,19 +48,19 @@ pymongo on all platforms:
4848

4949
.. code-block:: sh
5050

51-
$ python -m pip install pymongo
51+
$ python -m pip install 'pymongo[srv]'
5252

5353
To get a specific version of pymongo:
5454

5555
.. code-block:: sh
5656

57-
$ python -m pip install pymongo==3.11
57+
$ python -m pip install 'pymongo[srv]'==3.11
5858

5959
To upgrade using pip:
6060

6161
.. code-block:: sh
6262

63-
$ python -m pip install --upgrade pymongo
63+
$ python -m pip install --upgrade 'pymongo[srv]'
6464

6565

6666
See `Installation <https://pymongo.readthedocs.io/en/stable/installation.html>`__

0 commit comments

Comments
 (0)