Closed bbelderbos closed 1 week ago
It says pip install, I installed it with uv tool install (but one can also still use pipx I guess)
pip install
uv tool install
pipx
And I made this alias for convenience:
$ alias carbon carbon='uv tool run --from pybites-carbon carbon'
fixed https://github.com/PyBites-Open-Source/pybites-carbon/pull/22
It says
pip install
, I installed it withuv tool install
(but one can also still usepipx
I guess)And I made this alias for convenience: