============
Installation
============

At the command line::

    $ pip install kubernetes

Or, if you have virtualenvwrapper installed::

    $ mkvirtualenv kubernetes
    $ pip install kubernetes
