InstallationΒΆ

To install pyramid_skosprovider, use pip

pip install pyramid_skosprovider

To activate pyramid_skosprovider, just include it.

config = Configurator()
config.include('pyramid_skosprovider')

This will create a skosprovider.registry.Registry and add it to the pyramid application registry.