PDA

View Full Version : How to read a python module documentation?



wenhaosparty
December 6th, 2009, 03:36 AM
I installed pysqlite and pysqlite-docs from the package manager. But how to read the pysqlite-doc?

Thanks!

Can+~
December 6th, 2009, 03:43 AM
Notice that python comes with sqlite3 support (I guess you downloaded sqlite2 or prior).

If you want to read sqlite3 doc, it's included with pythons doc, so install that (python-doc (apt:python-doc) or python3-doc (apt:python3-doc)) and then open devhelp (devhelp (apt:devhelp)) in the programming menu, and you can read the pydoc locally.