Closed ErikBjare closed 1 month ago
Also you need to agree to the CLA by following the instructions in contributing.md
Alright, fixed it up and got it running now. Very cool!
Let me know if there's anything else I should do.
final nit before I can accept
Fixed!
Checklist
cargo check
,cargo clippy
,cargo test
.CLA
I, Erik Bjäreholt (@ErikBjare), confirm that I have read and understood the terms of the CLA of Kyutai-labs, as outlined in the repository's CONTRIBUTING.md, and I agree to be bound by these terms.
PR Description
With this change you can now install moshi with:
pipx install moshi
(once it's on PyPI)pipx install -e ./moshi/moshi
(which I tested)This wasn't possible before since pipx requires a valid entrypoint to allow installation.