tbarnetlamb / hyphen

hyphen - access Haskell modules from Python
GNU General Public License v2.0
89 stars 8 forks source link

Sorry, I cannot find hs in python #12

Closed LucasDurian closed 3 years ago

LucasDurian commented 4 years ago

Hello mate, I am not sure where can I find the "hs", I managed to use "pip install hs" and so on, unfortunately, I failled. Could you please tell me how to install it. thx!

tbarnetlamb commented 4 years ago

Hyphen is not (yet?) available in pip. One has to build it from source. Instructions for doing so are at:

https://github.com/tbarnetlamb/hyphen/blob/master/BUILDING.md

The short version is that you should clone the git repo and execute the script hyphen/build-extn.py.

You may also wish to look at the automated test scripts for travis and appveyor as they handle building hyphen in the various standard test environments that I use.

tbarnetlamb commented 4 years ago

PS: please let me know if any of that is not clear!

tbarnetlamb commented 3 years ago

Seems that the issue was resolved.