Warning: This document is for the development version of docoptcfg.

Installation

Getting started is pretty simple. The first step is to install the library.

Pip Install

The easiest way to get docoptcfg is to use pip. Simply run this command.

pip install docoptcfg

Latest from GitHub

You can also elect to install the latest bleeding-edge version by using pip to install directly from the GitHub repository.

pip install git+https://github.com/Robpol86/docoptcfg.git

Clone and Install

Lastly you can also just clone the repo and install from it. Usually you only need to do this if you plan on contributing to the project.

git clone https://github.com/Robpol86/docoptcfg.git
cd docoptcfg
python setup.py install