Skip to content

Commit

Permalink
fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
psobolewskiPhD authored Oct 11, 2024
1 parent 4d91417 commit 6639b11
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions napari-workshops/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6639b11

Please sign in to comment.