logoalt Hacker News

the__alchemisttoday at 3:48 PM1 replyview on HN

This is a nice party trick! I use it to provide easy installation of software that is written in rust, but is primarily used by Python users. (e.g.: Biology tools) They can do `pip install <name>`, since some people prefer this over downloading executables/installers. Bonus: Maturin/PyO3 can build "manylinux" binaries automatically, which helps with the Linux ABI diaspora.


Replies

benji-yorktoday at 4:25 PM

`pip install zig` works today.