-
https://openvoiceos.github.io/community-docs/081-ht_skills_install/ does not explain how to uninstall |
Beta Was this translation helpful? Give feedback.
Answered by
JarbasAl
Mar 11, 2024
Replies: 1 comment
-
skills are regular python packages, so just if in doubt check the setup.py of the skill for the package name, eg https://github.com/OpenVoiceOS/skill-ovos-wikipedia/blob/dev/setup.py#L59 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
JarbasAl
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
skills are regular python packages, so just
pip uninstall XXX
if in doubt check the setup.py of the skill for the package name, eg https://github.com/OpenVoiceOS/skill-ovos-wikipedia/blob/dev/setup.py#L59