emmett-framework / granian

A Rust HTTP server for Python applications
BSD 3-Clause "New" or "Revised" License
2.86k stars 83 forks source link

Add a development section to the README #119

Open matthiask opened 1 year ago

matthiask commented 1 year ago

Thank you! Sure, I'll look into it, I didn't know that a maturin executable existed until I read the GitHub action workflow file.

matthiask commented 9 months ago

@gi0baro I have updated the pull request and am now recommending using make since you've added a nice Makefile in the meantime.

gi0baro commented 9 months ago

@matthiask thank you for the update. Can you clarify on the patchelf usage/recommendation?

matthiask commented 9 months ago

I got warnings when it wasn't installed. It seems it's required to build manylinux wheels. I'm a bit confused if it's necessary for development or only for releases, but I sometimes try erring on the side of installing more optional dependencies when warned about them. What do you think?