From 320f0148bb25517b081f54271c7a313a164c2452 Mon Sep 17 00:00:00 2001 From: Tom Lynch <33132734+Tom-A-Lynch@users.noreply.github.com> Date: Wed, 31 Jan 2024 15:08:27 -0800 Subject: [PATCH] fix to conda install instructions in readme (#610) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 94e7af17b..20ca50a93 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ 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 -c conda-forge jupyter_ai + $ conda install conda-forge::jupyter-ai ## The `%%ai` magic command