Skip to content

Installation

Install with the pip

$ pip install gufo_blob

Checking the Installation

To check the installation just import the module

from gufo.blob import __version__

Upgrading

To upgrade existing Gufo Blob installation use pip

$ pip install --upgrade gufo_blob

Uninstalling

To uninstall Gufo Blob use pip

$ pip uninstall gufo_blob