commit 09d700feaa9e06c4aeb6c6757fe73a0ff2e5b640
parent 6e95597caeaaf7349da7d727d5742b1ca8986023
Author: Antoine Amarilli <a3nm@a3nm.net>
Date: Sun, 15 Jul 2012 15:02:14 +0200
add note about cherrypy
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/README b/README
@@ -49,6 +49,9 @@ reported on stderr.
To run the web interface on port 5000, run plint_web.py. CherryPy is required
(but the code is easy to adapt), see
http://bottlepy.org/docs/dev/tutorial.html#deployment
+Beware, if you use CherryPy under Debian, simply installing python-cherrypy3
+might not work (no module named cherrypy) and you may need to install CherryPy
+manually (sudo python3 setup.py install).
An undocumented IRC interface for use with irctk is available (plint_irc.py).
The poem that it produces can be compiled to HTML automatically using something