RangHo / dotfiles

My personal configuration and bootstrap files
GNU General Public License v3.0
22 stars 0 forks source link

Use `pipx` instead of `pip` #23

Closed RangHo closed 1 day ago

RangHo commented 2 months ago

Python packages mentioned in this repository are basically CLI applications. In that case, using pipx is a better alternative.

In case a script in this repo should use pip to install packages, then it is just better off spliting the script into its own repository.