How can I add the sqlite3 module to Python?

前端 未结 5 564
清酒与你
清酒与你 2020-12-23 19:54

Can someone tell me how to install the sqlite3 module alongside the most recent version of Python? I am using a Macbook, and on the command line, I tried:

pi         


        
5条回答
  •  不知归路
    2020-12-23 20:39

    You don't need to install sqlite3 module. It is included in the standard library (since Python 2.5).

提交回复
热议问题