From c9fa02f93c506dcbed963ad5b51202c071e3d53d Mon Sep 17 00:00:00 2001 From: Daniil Kazantsev Date: Tue, 10 Dec 2019 16:12:05 +0000 Subject: readme corrected --- Readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Readme.md b/Readme.md index 09bf04f..13e182b 100644 --- a/Readme.md +++ b/Readme.md @@ -102,9 +102,9 @@ conda install ccpi-regulariser -c ccpi -c conda-forge #### Python (conda-build) ``` 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 # if this don't work (probably you're on Python 3*) - conda install -c file://${CONDA_PREFIX}/conda-bld/ ccpi-regulariser=${CIL_VERSION} --force-reinstall # try this one + conda build recipe/ --numpy 1.15 --python 3.7 + conda install ccpi-regulariser=${CIL_VERSION} --use-local --force-reinstall # doesn't work? + conda install -c file://${CONDA_PREFIX}/conda-bld/ ccpi-regulariser=${CIL_VERSION} --force-reinstall # try this one cd demos/ python demo_cpu_regularisers.py # to run CPU demo python demo_gpu_regularisers.py # to run GPU demo -- cgit v1.2.3