python安装pymongo
更新:HHH   时间:2023-1-7


1.通过pip进行安装

pip install pymongo

2.验证安装是否成功

python

import pymongo

pymongo.version

返回编程语言教程...