mryel00/spyglass

How do I uninstall spyglass?

Closed this issue · 1 comments

How do I uninstall spyglass?

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:

  1. 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 run pip uninstall spyglass
  2. You installed it as a service: make install. Then just run cd ~/spyglass && make uninstall like stated inside the Install section