notmuch/bindings/python/README
Daniel Kahn Gillmor 0155411e05 fix typo
2017-08-18 19:47:40 -03:00

17 lines
661 B
Text

notmuch -- The python interface to notmuch
==========================================
This module makes the functionality of the notmuch library
(`https://notmuchmail.org`_) available to python. Successful import of
this module depends on a libnotmuch.so|dll being available on the
user's system.
If you have downloaded the full source tarball, you can create the
documentation with sphinx installed, go to the docs directory and
"make html". A static version of the documentation is available at:
https://notmuch.readthedocs.io/projects/notmuch-python/
To build the python bindings, do
python setup.py install --prefix=path/to/your/preferred/location