PyBites-Open-Source / pybites-carbon

MIT License
88 stars 11 forks source link

update readme with uv + alias #19

Closed bbelderbos closed 1 week ago

bbelderbos commented 2 weeks ago

It says pip install, I installed it with uv tool install (but one can also still use pipx I guess)

And I made this alias for convenience:

$ alias carbon
carbon='uv tool run --from pybites-carbon carbon'
bbelderbos commented 1 week ago

fixed https://github.com/PyBites-Open-Source/pybites-carbon/pull/22