diff options
author | Daniil Kazantsev <dkazanc@hotmail.com> | 2018-06-02 00:38:27 +0100 |
---|---|---|
committer | Daniil Kazantsev <dkazanc@hotmail.com> | 2018-06-02 00:38:27 +0100 |
commit | 81de99a5d9a07dddfaf87ff0ee4a60253b147d14 (patch) | |
tree | 1d05ca80cc604ebdf3a8b349b2eaf664860ea3a9 | |
parent | fc6d1b9a06a30e34c3723bf8163ca27a23db34ea (diff) | |
download | regularization-81de99a5d9a07dddfaf87ff0ee4a60253b147d14.tar.gz regularization-81de99a5d9a07dddfaf87ff0ee4a60253b147d14.tar.bz2 regularization-81de99a5d9a07dddfaf87ff0ee4a60253b147d14.tar.xz regularization-81de99a5d9a07dddfaf87ff0ee4a60253b147d14.zip |
readme updates
-rw-r--r-- | Readme.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -41,7 +41,7 @@ conda build recipes/regularisers --numpy 1.12 --python 3.5 conda install cil_regulariser=0.9.4 --use-local --force cd Wrappers/Python - conda build conda-recipe --numpy 1.12 --python 3.5 + conda build conda-recipe --numpy 1.12 --python 3.5 --no-test conda install ccpi-regulariser=0.9.4 --use-local --force cd demos/ python demo_cpu_regularisers.py # to run CPU demo |