Installation
============
.. toctree::
:maxdepth: 4
Requirements
------------
The list of dependencies are as follows:
* `Python 2.7.x `_
* `PySide 1.2.2 `_
* `pydicom 0.9.8 `_
* `NumPy 1.8.1 `_
* `matplotlib 1.4.3 `_
These libraries can installed either through `easy_install `_
..
easy_install SomePackage
or `pip `_
..
pip install SomePackage
Tests
-----
If you wish to run the tests, you would also need to install the `nose package `_.
To run the tests, simply type
``nosetests``
Supported platform
------------------
* Microsoft Windows 7
* GNU/Linux - ubuntu 12.04 LTS