Details
-
Improvement
-
Status: Closed
-
Minor - P4
-
Resolution: Fixed
-
None
-
None
-
None
-
1
-
DevEd Q1S1 Grand Teton 02/02
Description
Description
Pymongo Driver docs include an example installation:
python -m pip install pymongo==3.5.1
In order to avoid reader confusion and to improve convenience, the listed version should be the current latest version of the driver. Currently:
python -m pip install pymongo==3.11
Scope of changes
Change code block to install latest version.