summaryrefslogtreecommitdiffstats
path: root/Readme.md
diff options
context:
space:
mode:
authorDaniil Kazantsev <dkazanc@hotmail.com>2019-12-10 10:40:58 +0000
committerGitHub <noreply@github.com>2019-12-10 10:40:58 +0000
commita19c2ef5e1d8ebfdfe97d6755cd3d7d753e73541 (patch)
treeb84242f17b05ee5251a85dd911d4e9c87f3a8e2e /Readme.md
parentd1585fb280ead79b2bf3962c3e6d492b71acb723 (diff)
parent041bdac2cda4633906600d8c77c37245b1e2e817 (diff)
downloadregularization-a19c2ef5e1d8ebfdfe97d6755cd3d7d753e73541.tar.gz
regularization-a19c2ef5e1d8ebfdfe97d6755cd3d7d753e73541.tar.bz2
regularization-a19c2ef5e1d8ebfdfe97d6755cd3d7d753e73541.tar.xz
regularization-a19c2ef5e1d8ebfdfe97d6755cd3d7d753e73541.zip
Merge pull request #138 from vais-ral/pdtv_gpu_fix
fixes gpu issues with pdtv
Diffstat (limited to 'Readme.md')
-rw-r--r--Readme.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/Readme.md b/Readme.md
index 4d8e7ca..09bf04f 100644
--- a/Readme.md
+++ b/Readme.md
@@ -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