1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-11-04 08:17:17 -05:00
elinks/contrib/python/README.Python

9 lines
373 B
Plaintext
Raw Normal View History

If you want to use Python scripting with ELinks, add --with-python to the
configure invocation and copy hooks.py to your ~/.elinks directory.
2006-01-30 06:39:40 -05:00
If configure cannot find Python you can supply a path, e.g.
--with-python=/usr/local/bin if your Python binary is in /usr/local/bin, etc.
2006-01-30 06:39:40 -05:00
For the present hooks.py is not very usable. You are welcome to make it better.
Good Luck!