kyutai-labs / moshi

Apache License 2.0
6.69k stars 507 forks source link

added `moshi-*` scripts/entrypoints to pyproject.toml #73

Closed ErikBjare closed 1 month ago

ErikBjare commented 1 month ago

Checklist

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:

This wasn't possible before since pipx requires a valid entrypoint to allow installation.

adefossez commented 1 month ago

Also you need to agree to the CLA by following the instructions in contributing.md

ErikBjare commented 1 month ago

Alright, fixed it up and got it running now. Very cool!

Let me know if there's anything else I should do.

adefossez commented 1 month ago

final nit before I can accept

ErikBjare commented 1 month ago

Fixed!