Installation

The recommended method of installing the latest official release of the Nirvana library is from the Python Package Index (PyPI). For the more adventurous, the most recent development version can be installed from the source code.

Python Package Index (PyPI)

The latest official release of the Nirvana library is available on the Python Package Index and can be installed with pip:

$ pip install nirvana

Source Code

The source code is hosted on GitHub. Once the source code is obtained, the Nirvana library can be installed by running the following command from the nirvana-python directory:

$ python setup.py install