diff options
author | Daniil Kazantsev <dkazanc@hotmail.com> | 2019-09-27 10:31:34 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-27 10:31:34 +0100 |
commit | 9a4bc912601b4d6a7c035e1020641df26a9f09a8 (patch) | |
tree | a5ae9321ad6dab1d99599075764c2db91c71df3b | |
parent | 51e49a4f85d6e9a38edaf3d7ad154280168c1d74 (diff) | |
download | regularization-9a4bc912601b4d6a7c035e1020641df26a9f09a8.tar.gz regularization-9a4bc912601b4d6a7c035e1020641df26a9f09a8.tar.bz2 regularization-9a4bc912601b4d6a7c035e1020641df26a9f09a8.tar.xz regularization-9a4bc912601b4d6a7c035e1020641df26a9f09a8.zip |
correcting the version in the readme
-rw-r--r-- | Readme.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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/ |