.. _install:

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

From the PyPI
-------------
::

    $ pip install -U nplusone

From Source
-----------

nplusone is actively developed on Github_.

You can clone the public repo: ::

    git clone https://github.com/jmcarp/nplusone.git

Or download one of the following:

* tarball_
* zipball_

Once you have the source, you can install it into your site-packages with ::

    $ python setup.py install

.. _Github: https://github.com/jmcarp/nplusone
.. _tarball: https://github.com/jmcarp/nplusone/tarball/master
.. _zipball: https://github.com/jmcarp/nplusone/zipball/master
