Skip to content

Commit

Permalink
Clarify/fix conda instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
krassowski authored Dec 27, 2023
1 parent 5d6b65f commit 15c1f42
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,11 @@ If you are not using JupyterLab and you only want to install the Jupyter AI `%%a

### With conda

First, install
[conda](https://conda.io/projects/conda/en/latest/user-guide/install/index.html).
As an alternative to using `pip`, you can install jupyter-ai using
[conda](https://conda.io/projects/conda/en/latest/user-guide/install/index.html)
from the conda-forge channel:

$ conda install jupyter_ai
$ conda install -c conda-forge jupyter_ai

## The `%%ai` magic command

Expand Down

0 comments on commit 15c1f42

Please sign in to comment.