From 9a4bc912601b4d6a7c035e1020641df26a9f09a8 Mon Sep 17 00:00:00 2001 From: Daniil Kazantsev Date: Fri, 27 Sep 2019 10:31:34 +0100 Subject: correcting the version in the readme --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 0e1dc3c..7a33fb3 100644 --- a/Readme.md +++ b/Readme.md @@ -100,7 +100,7 @@ conda install ccpi-regulariser -c ccpi -c conda-forge #### Python (conda-build) ``` - export CIL_VERSION=19.06 (Unix) / set CIL_VERSION=19.06 (Windows) + export CIL_VERSION=19.10 (Unix) / set CIL_VERSION=19.10 (Windows) conda build recipe/ --numpy 1.15 --python 3.7 conda install ccpi-regulariser=${CIL_VERSION} --use-local --force-reinstall cd demos/ -- cgit v1.2.1