Revert commit 7cb91c32139dc72aad02b9f11c1aad40ccb172a4. Doble glyphs should
[elinks.git] / contrib / python / README.Python
blob862b60aa9fd632775b9ce7a0a6e0773e8a8cab36
1 If you want to use Python scripting with ELinks, add --with-python to the
2 configure invocation and copy hooks.py to your ~/.elinks directory.
4 If configure cannot find Python you can supply a path, e.g.
5 --with-python=/usr/local/bin if your Python binary is in /usr/local/bin, etc.
7 For the present hooks.py is not very usable. You are welcome to make it better.
8 Good Luck!