Spaces:
Running
on
Zero
Running
on
Zero
Installation
:hidden:
β-Prox works with PyTorch. To install Pytorch, please follow the PyTorch installation instructions.
Install with pip
pip install dprox
Install from source
pip install git+https://github.com/princeton-computational-imaging/Delta-Prox.git
Editable installation
You will need an editable install if you would like to:
- Use the main version of the source code.
- Need to test changes in the code.
To do so, clone the repository and install π Delta Prox with the following commands:
git clone git+https://github.com/princeton-computational-imaging/Delta-Prox.git
cd DeltaProx
pip install -e .
Note that you must keep the DeltaProx folder for editable installation if you want to keep using the library.