How do I uninstall spyglass?
Closed this issue · 1 comments
iiiiiiiiddddddkkkkkkk commented
How do I uninstall spyglass?
mryel00 commented
Some more information on how exactly you installed it, would be nice.
So there are currently two options to install it, with two different uninstall methods:
- You install it as a package to use it inside your own python programs and to run it directly from console:
python -m pip install .
Then just runpip uninstall spyglass
- You installed it as a service:
make install
. Then just runcd ~/spyglass && make uninstall
like stated inside the Install section