From ed0cf23e56afe58c717893f54f6a9f85d3054417 Mon Sep 17 00:00:00 2001 From: Sanjiv Das Date: Mon, 6 Jan 2025 13:27:43 -0800 Subject: [PATCH] Update docs for incomplete install information Added CLI : `jlpm` and `jlpm build` after the install command `./scripts/install.sh` --- docs/source/contributors/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/source/contributors/index.md b/docs/source/contributors/index.md index c6fa74803..c894a9b3e 100644 --- a/docs/source/contributors/index.md +++ b/docs/source/contributors/index.md @@ -47,6 +47,8 @@ cd # Installs all the dependencies and sets up the dev environment ./scripts/install.sh +jlpm +jlpm build ``` Start and launch JupyterLab in your default browser: