Skip to content

Installation

Install with the pip

$ pip install gufo_err

To enable Sentry support:

$ pip install gufo_err[sentry]

Checking the Installation

To check the installation just import the module

from gufo.err import iter_frames

Upgrading

To upgrade existing Gufo Err installation use pip

$ pip install --upgrade gufo_err

Uninstalling

To uninstall Gufo Err use pip

$ pip uninstall gufo_err