Quick install guide

Install configglue

You’ve got three easy options to install configglue:

Always refer to the documentation that corresponds to the version of configglue you’re using!

If you do either of the first two steps, keep an eye out for parts of the documentation marked new in development version. That phrase flags features that are only available in development versions of configglue, and they likely won’t work with an official release.

Verifying

To verify that configglue can be seen by Python, type python from your shell. Then at the Python prompt, try to import configglue:

>>> import configglue
>>> print configglue.__version__
1.0

That’s it!

That’s it – you can now move onto the quickstart guide.