Skip to content
This repository has been archived by the owner on Mar 29, 2024. It is now read-only.

Latest commit

 

History

History
19 lines (13 loc) · 610 Bytes

gettingstarted.rst

File metadata and controls

19 lines (13 loc) · 610 Bytes

python

Getting started

Once you've understood what configman is <introduction>, all you need to do is to install it:

$ pip install configman

The code is available on github: https://github.com/mozilla/configman To clone it all you need to do is:

$ git clone git://github.com/mozilla/configman.git

Once you have it installed, you usually start by importing configman in your scripts and programs, define the options in Python and then start exploring how you can use config files <tutorial> and more advanced type conversions <typeconversion>.