summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Readme.md2
-rw-r--r--recipe/meta.yaml3
2 files changed, 3 insertions, 2 deletions
diff --git a/Readme.md b/Readme.md
index 3a39066..92b4273 100644
--- a/Readme.md
+++ b/Readme.md
@@ -110,7 +110,7 @@ conda install ccpi-regulariser -c ccpi -c conda-forge
#### Python (conda-build)
```
export CIL_VERSION=19.02
- conda build Wrappers/Python/conda-recipe --numpy 1.12 --python 3.5
+ conda build recipe/ --numpy 1.12 --python 3.5
conda install ccpi-regulariser=${CIL_VERSION} --use-local --force
cd demos/
python demo_cpu_regularisers.py # to run CPU demo
diff --git a/recipe/meta.yaml b/recipe/meta.yaml
index 61d17bd..527ad32 100644
--- a/recipe/meta.yaml
+++ b/recipe/meta.yaml
@@ -12,7 +12,8 @@ test:
files:
- ../test/lena_gray_512.tif
requires:
- - pillow=4.1.1
+ - pillow
+ - pillow=4.1.1 # [win]
requirements:
build: