kbernhagen / lufah

Little Utility for FAH v8
MIT License
2 stars 0 forks source link

How to uninstall lufah? #5

Closed Korb closed 1 month ago

Korb commented 1 month ago

The README.md contains instructions on how to install lufah:

Requirements python 3.8 or later Install from PyPI pip install lufah

But there is no instruction on how to remove the script. How to do it and can you add the instruction to README.md?

kbernhagen commented 1 month ago
pip uninstall lufah

If you used make install-user

pip install pipx
pipx uninstall lufah

If you installed with uv

uv tool uninstall lufah