Downloads
Pinax is open source software under an MIT license. It requires Python 2.4 or higher.
Option 1. Get the latest stable release
The stable release of Pinax is 0.9a2. To download the stable release:
pip install Pinax
See Getting Started for more documentation installation.
Option 2. Get the latest development release
To install the development version:
pip install Pinax==dev
