Closed RangHo closed 1 day ago
Python packages mentioned in this repository are basically CLI applications. In that case, using pipx is a better alternative.
pipx
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.
pip
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.