Skip to content

Commit

Permalink
updated installation instructions
Browse files Browse the repository at this point in the history
closes #70
  • Loading branch information
haesleinhuepf authored Dec 8, 2023
1 parent 51966d0 commit b4b9e7b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,21 +154,21 @@ You can also export your workflow as Python/Jython code or as notebook. See the

## Installation

It is recommended to install the assistant using conda. If you have never used conda before, it is recommended to read
[this blog post](https://biapol.github.io/blog/johannes_mueller/anaconda_getting_started/) first.
It is recommended to install the assistant using mamba. If you have never used mamba before, it is recommended to read
[this blog post](https://biapol.github.io/blog/mara_lampert/getting_started_with_mambaforge_and_python/readme.html) first.

```shell
conda create --name cle_39 python=3.9 napari-pyclesperanto-assistant
conda activate cle_39
mamba create --name cle_39 python=3.9 napari-pyclesperanto-assistant -c conda-forge
mamba activate cle_39
```

Mac-users please also install this:

conda install -c conda-forge ocl_icd_wrapper_apple
mamba install -c conda-forge ocl_icd_wrapper_apple

Linux users please also install this:

conda install -c conda-forge ocl-icd-system
mamba install -c conda-forge ocl-icd-system

You can then start the napari-assistant using this command:

Expand Down

0 comments on commit b4b9e7b

Please sign in to comment.