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

Dependencies
------------

Requirements:
    * Python 2.x (x>=5)
    * PyQt4 4.x (x>=3 ; recommended x>=4)
            
Recommended modules:
    * pyflakes >v0.3.0 (real-time code analysis)
    * rope >=v0.9.2 (editor code completion, calltips and go-to-definition)
    * sphinx >=v0.6 (object inspector's rich text mode)
    * numpy (N-dimensional arrays)
    * scipy (signal/image processing)
    * matplotlib (2D/3D plotting)
    * IPython (enhanced Python interpreter)
	
Optional modules:
    * pylint (code analysis)

Installation
------------

From the source package:
    `python setup.py install`
        
Help and support
----------------

Spyder websites:
    * Downloads, bug reports and feature requests: http://spyderlib.googlecode.com
    * Discussions: http://groups.google.com/group/spyderlib
