baler-collaboration / baler

Repository of Baler, a machine learning based data compression tool
https://github.com/baler-collaboration/baler.github.io
Apache License 2.0
33 stars 31 forks source link

Homebrew for Baler #273

Closed fritjof-b closed 9 months ago

fritjof-b commented 1 year ago

Considering the current volatile state of Baler and our focus on providing the best experience for macOS users, it would be beneficial to create a Homebrew tap for our project. This would allow our users to easily install and update the software and would enable us to manage updates and versioning more efficiently.

Steps required:

When we've achieved further stability, we can look into migrating from our tap into brew core. I'd like to invite everyone to discuss this proposal and share any concerns, suggestions, or thoughts.

Further reading:

exook commented 1 year ago

This is a great outline, nice work!

fritjof-b commented 1 year ago

I've decided against using poetry for brew, since brew manages its own python virtual envs. Luckily poetry can generate requirements.txt files from pyproject.toml. We need to keep that up-do-date.