From b2f5c950d1c62ed79dcb7f56e5a1abdeac50d18a Mon Sep 17 00:00:00 2001 From: Sanjiv Das Date: Thu, 30 Oct 2025 16:01:51 -0700 Subject: [PATCH] Updated README post-release The installation instructions have been revised after the package is released on `PyPI`. --- README.md | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/README.md b/README.md index a44bdf9..914420c 100644 --- a/README.md +++ b/README.md @@ -15,14 +15,5 @@ To install basic Jupyter AI from scratch using the package collection in https:/ ``` pip install jupyter-ai-router jupyter-ai-persona-manager jupyter-ai-jupyternaut - -git clone https://github.com/srdas/jupyter-ai-magic-commands.git -cd jupyter-ai-magic-commands -git switch first_magic -cd .. -pip install -e jupyter-ai-magic-commands +pip install jupyter-ai-magic-commands ``` - -## Test - -To test the new package, try the code in the notebook (attached): `magics_litellm.ipynb`