From 6639b11aa446d5797e3e9262bb84e8195a49abcf Mon Sep 17 00:00:00 2001 From: Peter Sobolewski <76622105+psobolewskiPhD@users.noreply.github.com> Date: Fri, 11 Oct 2024 10:26:01 -0400 Subject: [PATCH] fix indentation --- napari-workshops/installation.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/napari-workshops/installation.md b/napari-workshops/installation.md index c8d8312..5d404bb 100644 --- a/napari-workshops/installation.md +++ b/napari-workshops/installation.md @@ -76,22 +76,22 @@ Once you have that set, you can skip to [the next section](setting-up-your-napar 6. Once the installation has completed, you can verify it was correctly installed by opening a new command line. You should see `(base)` next to your command line prompt. Additionally, the following command: - ``` - echo $CONDA_PREFIX - ``` + ``` + echo $CONDA_PREFIX + ``` - should return the path to your `miniforge` installation, by default this is `~/miniforge3` (i.e., `miniforge3` in your home directory), so for example: + should return the path to your `miniforge` installation, by default this is `~/miniforge3` (i.e., `miniforge3` in your home directory), so for example: - ```bash - /Users/username/miniforge3 - ``` + ```bash + /Users/username/miniforge3 + ``` - or + or - ```bash - /home/username/miniforge3 - ``` + ```bash + /home/username/miniforge3 + ``` #### Manual initialization