install sigc

Regular install

To install sigc run:

pip install sigc

run this pip command to specify the version and installation source:

pip install -i https://pypi.org/simple sigc==0.1.18

Checking version

To check your sigc version

import sigc
sigc.__version__