Skip to content

Commit

Permalink
Clarify/fix conda instructions (#547)
Browse files Browse the repository at this point in the history
* Clarify/fix conda instructions

* Apply suggestions from code review

Co-authored-by: david qiu <[email protected]>

---------

Co-authored-by: david qiu <[email protected]>
  • Loading branch information
krassowski and dlqqq authored Dec 27, 2023
1 parent 9b17307 commit def73e9
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 def73e9

Please sign in to comment.