Installation¶
The conf_engine module may be directly from Github via Pip or manually.
Pip Install¶
There are two ways to install the module via Pip: Via PyPI, or install directly from Github <https://github.com.
Install from PyPI¶
~/# pip install conf-engine
Install direct from Github.¶
~/# pip install git+https://github.com/Connectira/conf-engine
Manual Install¶
Manual installation is also possible if a machine does not have access directly to Github, or does not have Pip installed.
Manual install from tarball.¶
~/# unzip conf-engine*.zip
~/# cd conf_engine
~/conf_engine/# python ./setup.py
If you are looking to install for development you can use develop mode with Python’s setuptools package.
Development install.¶
~/conf_engine/# python ./setup.py develop