diff options
-rw-r--r-- | Readme.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |