Skip to content

Commit

Permalink
deploy: 5fb3718
Browse files Browse the repository at this point in the history
  • Loading branch information
haesleinhuepf committed Aug 23, 2023
1 parent 0e3b7c6 commit c03cdb2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 6976c2f827f92d53da3915f78f86f18e
config: 70843efbb9ef69a0e46365bb71630815
tags: 645f666f9bcd5a90fca523b33c5a78b7
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! 👍

---
---
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ <h2>Using Mambaforge<a class="headerlink" href="#using-mambaforge" title="Permal
<section id="creating-a-new-environment">
<h2>Creating a new environment<a class="headerlink" href="#creating-a-new-environment" title="Permalink to this heading">#</a></h2>
<p>You can create a new environment typing the following command into the Command Prompt:</p>
<div class="highlight-json notranslate"><div class="highlight"><pre><span></span>mamba create -n my_first_env devbio-napari python=3.9 -c conda-forge
<div class="highlight-json notranslate"><div class="highlight"><pre><span></span>mamba create -n my_first_env devbio-napari python=3.9 pyqt -c conda-forge
</pre></div>
</div>
<p>This will create a new environment with the name <code class="docutils literal notranslate"><span class="pre">my_first_env</span></code> 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.
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

0 comments on commit c03cdb2

Please sign in to comment.