Last modified by Leon Poon on 2021/03/23 13:17

From version 4.1
edited by Leon Poon
on 2021/03/23 05:14
Change comment: Renamed back-links.
To version 2.1
edited by Leon Poon
on 2018/12/24 12:25
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -2,7 +2,7 @@
2 2  
3 3  Make sure that your [[mongo server is running>>doc:Main.How to connect to mongo server.WebHome]].
4 4  
5 -[[In the virtualenv, install pymongo>>doc:Computing Newbies.Python Newbies.How to add libraries to a virtualenv.WebHome]], then try out this .py file [[in the virtualenv>>doc:Main.How to Run a Python Script in a VirtualEnv.WebHome]].
5 +[[In the virtualenv, install pymongo>>doc:Main.How to add libraries to a virtualenv.WebHome]], then try out this .py file [[in the virtualenv>>url:https://wiki.codepowered.com/wiki/How_to_Run_a_Python_Script_in_a_VirtualEnv]].
6 6  
7 7  {{code language="python"}}
8 8  from pymongo import MongoClient