Installing pycircuit ==================== Requirements ------------ * Python_ 2.4 or 2.5 * Numpy_ version >= 1.04 * Scipy_ * Sympy_ * Yapps 2 .. _Python: http://python.org .. _Numpy: http://numpy.org .. _Sympy: http://sympy.org .. _Scipy: http://scipy.org Installation ------------ As root: .. code-block:: sh # python setup.py install Or in ubuntu: .. code-block:: sh $ sudo python setup.py install Development ----------- These requirements are needed for development and documentation building * Sphinx 0.5 * Docutils * Jinja