From 77b15db7805b0d3d4121fc2dda332037b6bacde0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Collonval?= Date: Mon, 30 Dec 2024 14:42:09 +0100 Subject: [PATCH] Fix dev install (#108) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes #64 Co-authored-by: Frédéric Collonval --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7216d24..293415b 100644 --- a/README.md +++ b/README.md @@ -77,6 +77,8 @@ The `jlpm` command is JupyterLab's pinned version of # Change directory to the jupyterlab_rise directory # Install package in development mode pip install -e ".[test]" +jlpm install +jlpm build # Link your development version of the extension with JupyterLab jupyter labextension develop . --overwrite # Server extension must be manually installed in develop mode