diff options
author | Edoardo Pasca <edo.paskino@gmail.com> | 2018-08-02 13:57:24 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-02 13:57:24 +0100 |
commit | ae957063126a421ee0892eff18c44cf8b4e99042 (patch) | |
tree | 5ecf58f8163f0c0b216a5461ce45d311ad8b77e6 | |
parent | 4dc55e2cccacb4233cc141dc3e9fa3f6652e6f1e (diff) | |
download | regularization-ae957063126a421ee0892eff18c44cf8b4e99042.tar.gz regularization-ae957063126a421ee0892eff18c44cf8b4e99042.tar.bz2 regularization-ae957063126a421ee0892eff18c44cf8b4e99042.tar.xz regularization-ae957063126a421ee0892eff18c44cf8b4e99042.zip |
Update Readme.md
-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 |