We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c2fa7b commit 9a70bcdCopy full SHA for 9a70bcd
source/pymongo.txt
@@ -48,19 +48,19 @@ pymongo on all platforms:
48
49
.. code-block:: sh
50
51
- $ python -m pip install pymongo
+ $ python -m pip install 'pymongo[srv]'
52
53
To get a specific version of pymongo:
54
55
56
57
- $ python -m pip install pymongo==3.11
+ $ python -m pip install 'pymongo[srv]'==3.11
58
59
To upgrade using pip:
60
61
62
63
- $ python -m pip install --upgrade pymongo
+ $ python -m pip install --upgrade 'pymongo[srv]'
64
65
66
See `Installation <https://pymongo.readthedocs.io/en/stable/installation.html>`__
0 commit comments