balta2ar / brotab

Control your browser's tabs from the command line
MIT License
389 stars 27 forks source link

Add instructions for installing with pipx #78

Closed rsyring closed 2 years ago

rsyring commented 2 years ago

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.

balta2ar commented 2 years ago

Thanks for the tip!