diff options
author | dkazanc <dkazanc@hotmail.com> | 2019-12-09 15:57:01 +0000 |
---|---|---|
committer | dkazanc <dkazanc@hotmail.com> | 2019-12-09 15:57:01 +0000 |
commit | a445181cfbc874153348a56ac45fe15d4f344443 (patch) | |
tree | 704957feeb9e887c3f2e657619839573c33a459c | |
parent | 970e82c7ee5fedab771480f42293963fdc32d17b (diff) | |
download | regularization-a445181cfbc874153348a56ac45fe15d4f344443.tar.gz regularization-a445181cfbc874153348a56ac45fe15d4f344443.tar.bz2 regularization-a445181cfbc874153348a56ac45fe15d4f344443.tar.xz regularization-a445181cfbc874153348a56ac45fe15d4f344443.zip |
readme updated
-rw-r--r-- | Readme.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -103,7 +103,8 @@ conda install ccpi-regulariser -c ccpi -c conda-forge ``` 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 + 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 cd demos/ python demo_cpu_regularisers.py # to run CPU demo python demo_gpu_regularisers.py # to run GPU demo |