PyMongo 환경 설정
$ sudo apt install python3-pip # install pip3
$ pip3 install pymongo # install pymongo
$ python3 -c "from pymongo import MongoClient"
# check the pymongo is successfully installedLast updated
Was this helpful?
$ sudo apt install python3-pip # install pip3
$ pip3 install pymongo # install pymongo
$ python3 -c "from pymongo import MongoClient"
# check the pymongo is successfully installedLast updated
Was this helpful?
Was this helpful?