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

Before installing Parameters, you should install the following packages:

* NumPy
* PyYAML
* SciPy (optional - needed for certain random distributions)

You can then install Parameters using::

  $ pip install parameters
