From 65f1314151caa45dbda885985aa17beed6304619 Mon Sep 17 00:00:00 2001 From: Andrea Giovannucci Date: Sun, 7 Feb 2016 23:24:25 -0500 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 915a6cfad..b841885e9 100755 --- a/README.md +++ b/README.md @@ -56,7 +56,6 @@ Download and install Anaconda (Python 2.7) =0.7' pip install picos pip install cvxpy - pip install cvxpy ( if you get errors compiling scs when installing cvxpy you probably need to create a link to openblas or libgfortran in /usr/local/lib/, for instance: @@ -89,8 +88,9 @@ Test the system In case you used installation af point 1 above you will need to download the test files from +A. Go into the cloned folder, type `python demo.py` -A. Using the Spyder (type `conda install spyder`) IDE. +B. Using the Spyder (type `conda install spyder`) IDE. 1. Unzip the file Demo.zip (you do not need this step if you installed dusing method 2 above, just enter the Constrained_NMF folder and you will find all the required files there). 2. Open the file demo.py with spyder @@ -99,7 +99,7 @@ A. Using the Spyder (type `conda install spyder`) IDE. 4. Remember to stop the cluster (last three lines of file). You can also stop it manually by typing in a terminal 'ipcluster stop' -B. Using notebook. +C. Using notebook. 1. Unzip the file Demo.zip (you do not need this step if you installed dusing method 3 above, just enter the Constrained_NMF folder and you will find all the required files there). 2. type `ipython notebook`