From 38505600819f3b3e6eb12e93a9095e6949afc9ca Mon Sep 17 00:00:00 2001 From: Robert Haase Date: Sun, 28 Nov 2021 08:20:50 +0100 Subject: [PATCH] Remove version of pyopencl in installation instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e89e4a2..8937eb1 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ It is recommended to install the assistant via conda: ```shell conda create --name bio11 python==3.8.5 conda activate bio11 -conda install -c conda-forge pyopencl==2021.2.1 +conda install -c conda-forge pyopencl pip install napari-pyclesperanto-assistant pip install "napari[all]" ```