From def73e99ee28050450792c519bd02a7f415ff6e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Krassowski?= <5832902+krassowski@users.noreply.github.com> Date: Wed, 27 Dec 2023 22:22:50 +0000 Subject: [PATCH] Clarify/fix conda instructions (#547) * Clarify/fix conda instructions * Apply suggestions from code review Co-authored-by: david qiu --------- Co-authored-by: david qiu --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4f8a690b5..2b8fd86ba 100644 --- a/README.md +++ b/README.md @@ -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