# pyprox **Repository Path**: Heconnor/pyprox ## Basic Information - **Project Name**: pyprox - **Description**: No description available - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-05-14 - **Last Updated**: 2024-07-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: Algorithm ## README .. -*- 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 =============== - Source code repo: https://github.com/svaiter/pyprox/ - Issue tracker: https://github.com/svaiter/pyprox/issues 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