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

To install using pip::

  pip install everyapp.bootstrap

To install using easy_install (i.e. distribute or setuptools)::

  easy_install everyapp.bootstrap

To install the old-fashioned way, download the tarball and then::

  tar -zxf everyapp.bootstrap-X.Y.Z.tar.gz
  cd everyapp.bootstrap
  python setup.py install
