From 9fe59ea5e20b4d081225497ca78696b3e3b92bd7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Collonval?= Date: Mon, 30 Dec 2024 14:30:10 +0100 Subject: [PATCH] Fix dev install Fixes #64 --- 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