About

June 2, 2012 ยท View on GitHub

.. -- mode: rst --

About

pyprox is a Python module dedicated to proximal algorithms on top of NumPy and distributed under the 3-Clause BSD license.

Important links

Dependencies

The required dependencies to build the software are Python >= 2.6, setuptools and Numpy >= 1.3.

Install

This package uses distutils, which is the default way of installing python modules. To install in your home directory, use::

python setup.py install --home

To install for all users on Unix/Linux::

python setup.py build sudo python setup.py install

Development

Code

GIT


You can check the latest sources with the command::

    git clone git://github.com/svaiter/pyprox.git