mirror of
https://github.com/rkd77/elinks.git
synced 2024-11-04 08:17:17 -05:00
9 lines
373 B
Plaintext
9 lines
373 B
Plaintext
If you want to use Python scripting with ELinks, add --with-python to the
|
|
configure invocation and copy hooks.py to your ~/.elinks directory.
|
|
|
|
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.
|
|
|
|
For the present hooks.py is not very usable. You are welcome to make it better.
|
|
Good Luck!
|