Skip to content

Commit

Permalink
copy edit add jax logo
Browse files Browse the repository at this point in the history
  • Loading branch information
psobolewskiPhD committed Apr 19, 2024
1 parent 8ec4c8c commit b06e3f7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions napari-workshops/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ as well. You can check using:
conda info
```
However, we recommend you ensure the conda version is >23.10 and that you are using
However, we recommend you that the conda version is >23.10 and that you are using
[`conda-forge` channels](https://conda-forge.org/docs/user/introduction/). You can ensure this using:
```bash
conda update conda
conda config --add channels conda-forge
```
Once you have that set, you can skip to [the next section](setting-up-your-environment).
Once you have that set, you can skip to [the next section](setting-up-your-napari-workshop-environment).
````

1. In your web browser, navigate to the
Expand Down Expand Up @@ -126,9 +126,10 @@ Once you have that set, you can skip to [the next section](setting-up-your-envir
`(napari-workshop)` to the left of your command prompt.

```{important}
It's extremely important to activate the right environment for what you need! And always
Remember to activate the right environment for what you need! And always
double-check that the activated environment is the one you want before installing any
packages—you never want to install into the `base` environment.
```

4. Test that your notebook installation is working. We will be using notebooks
for interactive analysis. Enter the command below and it should launch the
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b06e3f7

Please sign in to comment.