florianschanda / miss_hit

MATLAB Independent, Small & Safe, High Integrity Tools - code formatter and more
GNU General Public License v3.0
158 stars 21 forks source link

Recommend install with pipx #269

Closed jamesmyatt closed 1 year ago

jamesmyatt commented 1 year ago

If you're only using it as a CLI tool, then I'd recommend installing this tool in an isolated environment using pipx (or at least providing the instructions for it). The relevant command (once pipx is installed) is:

pipx install miss_hit --include-deps

pipx is the PyPA recommended approach for standalone tools.

Sorry, I don't have time for a PR.

florianschanda commented 1 year ago

No worries. I'll add these as alternative instructions.