diff options
author | yvesf <yvesf-git@xapek.org> | 2010-11-22 00:54:02 +0100 |
---|---|---|
committer | yvesf <yvesf-git@xapek.org> | 2010-11-22 00:54:02 +0100 |
commit | f9e1648d011302bc0055737034b01774c58f584a (patch) | |
tree | 25b4f2f0dfe8746e10724d1a42eef6f3c66641d7 | |
parent | 1f408d58a0853653d9297bd048512c3e4e279512 (diff) | |
download | booksearch-f9e1648d011302bc0055737034b01774c58f584a.tar.gz booksearch-f9e1648d011302bc0055737034b01774c58f584a.zip |
update INSTALL
-rw-r--r-- | INSTALL | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -4,6 +4,8 @@ Create a virtualenv # activate this virtualenv . ./bin/activate +Check for /usr/bin/convert (see web.py Popen) + Install dependencies easy_install pip pip install whoosh @@ -32,6 +34,5 @@ Run Webapp * Restarting with reloader... - -Check for +Check your whoosh version: http://bitbucket.org/mchaput/whoosh/issue/48/temp-directories-are-not-deleted-when |