Closed Korb closed 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
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?
pip uninstall lufah
If you used make install-user
make install-user
pip install pipx pipx uninstall lufah
If you installed with uv
uv
uv tool uninstall lufah
The README.md contains instructions on how to 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?