Skip to content

Commit

Permalink
deploy: 7843fec
Browse files Browse the repository at this point in the history
  • Loading branch information
haesleinhuepf committed Nov 26, 2023
1 parent 5d1c10d commit c288bb3
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 deletions 00_preparation/readme.html
Original file line number Diff line number Diff line change
Expand Up @@ -580,8 +580,8 @@ <h2> Contents </h2>
</a>
<ul class="visible nav section-nav flex-column">
<li class="toc-h2 nav-item toc-entry">
<a class="reference internal nav-link" href="#step-1-install-mambaforge">
Step 1: Install Mambaforge
<a class="reference internal nav-link" href="#step-1-install-miniforge">
Step 1: Install Miniforge
</a>
</li>
<li class="toc-h2 nav-item toc-entry">
Expand Down Expand Up @@ -632,9 +632,9 @@ <h1>Setting up Python and Conda environments<a class="headerlink" href="#setting
<li><p><a class="reference external" href="https://focalplane.biologists.com/2022/12/08/managing-scientific-python-environments-using-conda-mamba-and-friends/">Managing Scientific Python environments using Conda, Mamba and friends</a></p></li>
<li><p><a class="reference external" href="https://youtu.be/MOEPe9TGBK0">Scientific Data Analysis with Python</a></p></li>
</ul>
<section id="step-1-install-mambaforge">
<h2>Step 1: Install Mambaforge<a class="headerlink" href="#step-1-install-mambaforge" title="Permalink to this heading">#</a></h2>
<p>Download and install mamba/conda. We recommend the distribution <a class="reference external" href="https://github.com/conda-forge/miniforge#mambaforge">Mambaforge</a>.</p>
<section id="step-1-install-miniforge">
<h2>Step 1: Install Miniforge<a class="headerlink" href="#step-1-install-miniforge" title="Permalink to this heading">#</a></h2>
<p>Download and install mamba/conda. We recommend the distribution <a class="reference external" href="https://github.com/conda-forge/miniforge#miniforge3">Miniforge</a>.</p>
<p>For ease-of-use, it is recommended to install it for your use only and to add Conda to the PATH variable during installation.</p>
<p><img alt="img.png" src="../_images/install_mambaforge.png" /></p>
<p><img alt="img.png" src="../_images/install_mambaforge2.png" /></p>
Expand Down Expand Up @@ -787,8 +787,8 @@ <h2>Troubleshooting: DLL load failed<a class="headerlink" href="#troubleshooting
</a>
<ul class="visible nav section-nav flex-column">
<li class="toc-h2 nav-item toc-entry">
<a class="reference internal nav-link" href="#step-1-install-mambaforge">
Step 1: Install Mambaforge
<a class="reference internal nav-link" href="#step-1-install-miniforge">
Step 1: Install Miniforge
</a>
</li>
<li class="toc-h2 nav-item toc-entry">
Expand Down
4 changes: 2 additions & 2 deletions _sources/00_preparation/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ See also
* [Managing Scientific Python environments using Conda, Mamba and friends](https://focalplane.biologists.com/2022/12/08/managing-scientific-python-environments-using-conda-mamba-and-friends/)
* [Scientific Data Analysis with Python](https://youtu.be/MOEPe9TGBK0)

## Step 1: Install Mambaforge
Download and install mamba/conda. We recommend the distribution [Mambaforge](https://github.com/conda-forge/miniforge#mambaforge).
## Step 1: Install Miniforge
Download and install mamba/conda. We recommend the distribution [Miniforge](https://github.com/conda-forge/miniforge#miniforge3).

For ease-of-use, it is recommended to install it for your use only and to add Conda to the PATH variable during installation.

Expand Down
Loading

0 comments on commit c288bb3

Please sign in to comment.