From ae957063126a421ee0892eff18c44cf8b4e99042 Mon Sep 17 00:00:00 2001 From: Edoardo Pasca Date: Thu, 2 Aug 2018 13:57:24 +0100 Subject: Update Readme.md --- Readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Readme.md') diff --git a/Readme.md b/Readme.md index ce14ac3..f88f3e1 100644 --- a/Readme.md +++ b/Readme.md @@ -46,10 +46,10 @@ conda install ccpi-regulariser -c ccpi -c conda-forge ``` export CIL_VERSION=0.10.0 conda build recipes/regularisers --numpy 1.12 --python 3.5 - conda install cil_regulariser=0.9.4 --use-local --force + conda install cil_regulariser=${CIL_VERSION} --use-local --force cd Wrappers/Python conda build conda-recipe --numpy 1.12 --python 3.5 --no-test - conda install ccpi-regulariser=0.9.4 --use-local --force + conda install ccpi-regulariser=${CIL_VERSION} --use-local --force cd demos/ python demo_cpu_regularisers.py # to run CPU demo python demo_gpu_regularisers.py # to run GPU demo -- cgit v1.2.3