From: Carl Worth Date: Tue, 24 May 2011 20:08:18 +0000 (-0700) Subject: python: Update README to talkabout notmuch, not cnotmuch X-Git-Tag: debian/0.6_254~121 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=f35db275c44a0bc7a820b0dee20938c3782467d3 python: Update README to talkabout notmuch, not cnotmuch The old instructions were telling users to do "easy_install cnotmuch" which installed some old, stale bindings. The new instructions should be much more effective. --- diff --git a/bindings/python/README b/bindings/python/README index cdf9d7ae..e27ede2c 100644 --- a/bindings/python/README +++ b/bindings/python/README @@ -10,12 +10,12 @@ 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: -http://packages.python.org/cnotmuch/ +http://packages.python.org/notmuch/ The current source code is being hosted at http://bitbucket.org/spaetz/cnotmuch which also provides an issue tracker, and release downloads. This package is tracked by the python -package index repository at `http://pypi.python.org/pypi/cnotmuch`_ and can thus be installed on a user's computer easily via "sudo easy_install cnotmuch" (you will still need to install the notmuch shared library separately as it is not included in this package). +package index repository at `http://pypi.python.org/pypi/notmuch`_ and can thus be installed on a user's computer easily via "sudo easy_install notmuch" (you will still need to install the notmuch shared library separately as it is not included in this package). The original source has been provided by (c)Sebastian Spaeth, 2010. All code is available under the GNU GPLv3+ (see docs/COPYING) unless specified otherwise. @@ -24,15 +24,15 @@ All code is available under the GNU GPLv3+ (see docs/COPYING) unless specified o INSTALLATION & DEINSTALL ------------------------ -cnotmuch is available on pypi.python.org. This means you can do -"easy_install cnotmuch" on your linux box and it will get installed -into: +The notmuch python module is available on pypi.python.org. This means +you can do "easy_install notmuch" on your linux box and it will get +installed into: /usr/local/lib/python2.x/dist-packages/ -For uninstalling, you'll need to remove the "cnotmuch-0.1-py2.x.egg" -directory and delete one entry in the "easy-install.pth" file in that -directory. +For uninstalling, you'll need to remove the "notmuch-0.4-py2.x.egg" +(or similar) directory and delete one entry in the "easy-install.pth" +file in that directory. It needs to have a libnotmuch.so or libnotmuch.so.1 available in some library folder or will raise an exception when loading. @@ -41,7 +41,7 @@ library folder or will raise an exception when loading. Usage ----- -For more examples of how to use the cnotmuch interface, have a look at the +For more examples of how to use the notmuch interface, have a look at the notmuch "binary" and the generated documentation. Example session: