pyprox is a Python module dedicated to proximal algorithms on top of NumPy and distributed under the 3-Clause BSD license.
- Source code repo: https://github.com/svaiter/pyprox/
- Issue tracker: https://github.com/svaiter/pyprox/issues
The required dependencies to build the software are Python >= 2.6, setuptools and Numpy >= 1.3.
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
You can check the latest sources with the command:
git clone git://github.com/svaiter/pyprox.git