From 3280d4a0536d4fe3c33a551510f8a7e103f0d01f Mon Sep 17 00:00:00 2001 From: Steven Diamond Date: Thu, 11 Nov 2021 08:48:52 -0800 Subject: [PATCH] Update readme.md The installation instructions suggest using pip, which doesn't work. --- readme.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 153ee23..f6e48d7 100644 --- a/readme.md +++ b/readme.md @@ -15,8 +15,9 @@ of multipliers (ADMM) algorithm. Please also see the [tutorial Jupyter notebook](tutorial.ipynb). ## Installation -- `pip install scsprox` -- optionally, run tests with `py.test --pyargs scsprox` +- Clone this repository. +- Inside the repository, run `python setup.py install`. +- Optionally, run tests with `py.test --pyargs scsprox`. ## Basic Usage The `Prox` object