Skip to content

Commit

Permalink
Merge pull request #72 from BiAPoL/fix-devbio-napari-installation
Browse files Browse the repository at this point in the history
fix devbio-napari installation instructions
  • Loading branch information
haesleinhuepf authored Aug 23, 2023
2 parents 79301ca + ed1d6f6 commit 5fb3718
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ The reason for this is that incompatibilities between packages can occur. Robert
You can create a new environment typing the following command into the Command Prompt:

```json
mamba create -n my_first_env devbio-napari python=3.9 -c conda-forge
mamba create -n my_first_env devbio-napari python=3.9 pyqt -c conda-forge
```
This will create a new environment with the name `my_first_env` and with Python version 3.9 installed. Furthermore, the latest version of devbio-napari will be installed in this environment, too. Devbio-napari is a collection of Python libraries and Napari plugins maintained by the BiAPoL team, that are useful for processing fluorescent microscopy image data.
Conda will ask you about your permission to download the needed packages with `Proceed [y]/n`. By hitting `Enter` you confirm this and mamba will download and install the necessary packages.
Expand Down Expand Up @@ -196,4 +196,4 @@ mamba env remove -n nameofproject_env

Now you have Mambaforge installed, know how to work with conda environments and know about some very important packages. Have fun starting your own Bio-image Analysis project! 👍

---
---

0 comments on commit 5fb3718

Please sign in to comment.