How to install pymongo? (Using Powershell in Windows) | Java Inspires
How to install pymongo? (Using Powershell in Windows) Check for pymongo: $ pip list | Select-String "pymongo" To Install: $ pip install pymongo To check version: $ pip list | Select-String "pymongo" To Uninstall: $ pip uninstall pymongo Windows PowerShell Copyright (C) Microsoft Corporation. All rights reserved. Try the new cross-platform PowerShell https : //aka.ms/pscore6 PS C : \Users\developer> pip list | Select-String "pymongo" PS C : \Users\developer> PS C : \Users\developer> PS C : \Users\developer> pip install pymongo Collecting pymongo Using cached pymongo-3.12.1-cp310-cp310-win_amd64.whl (398 kB) Installing collected packages : pymongo Successfully installed pymongo-3.12.1 PS C : \Users\developer> PS C : \Users\developer> PS C : \Users\developer> PS C : \Users\developer> Successfully installed pymongo-3.12.1 Successfully : The term 'Successfully' is not recognized as the name of a cmdlet, function , sc...