Using pipx for cli applications has been a game changer for installing cli packages. I'd like to suggest that you consider adding that as an installation option in the readme (and consider making it the recommended way). IMO it's just as easy as pip ... --user but has the advantage of automatically getting it's own virtualenv.
Using pipx for cli applications has been a game changer for installing cli packages. I'd like to suggest that you consider adding that as an installation option in the readme (and consider making it the recommended way). IMO it's just as easy as
pip ... --user
but has the advantage of automatically getting it's own virtualenv.