# irrigate-python-cookbook

This cookbook provides installation and configuration of several versions of Python and pip-installable packages. For Python 2.7, the cookbook uses system python available from default distro sources; for Python 3.x, the cookbook uses the IUS system of packages.

## Supported Platforms

Python 2.x:
* CentOS 6+.
* Debian 7+
* Red Hat 6+
* Ubuntu 12+

Python 3.x:
* CentOS 6+.
* Red Hat 6+

## Usage

### irrigate-python::default

Include `irrigate-python` in your node's `run_list`:

```json
{
  "run_list": [
    "recipe[irrigate-python::default]"
  ]
}
```

Add Python 3.5:

```json
{
  "run_list": [
    "recipe[irrigate-python::python35]"
  ]
}
```

## License and Authors

Author:: Russell de Moose (<rdemoose@theorchard.com>)
