httpstan
httpstan copied to clipboard
Docs: Mention Git Requirement in Docs
Currently, it seems like poetry build requires at least one parent directory to be a git repository. This should be mentioned in the install instructions.
Thanks for the note.
We are currently trying to move away from poetry and use scikit-build -- which wouldn't require git and would be able to build everything from source. Rewriting the Makefile in cmake is the main obstacle. We would welcome help with this.