From 506d46d0ccfa9bc56e6ca81af6794a4e4fc01054 Mon Sep 17 00:00:00 2001 From: "Brian E. Granger" Date: Mon, 5 May 2025 11:55:29 -0700 Subject: [PATCH] Update README.md Both jlpm install and dev:install are needed in a fresh checkout. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f0b6e15..1921e4e 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,7 @@ editable copy of `jupyter_rtc_core` into your environment by running the script below. ```bash +jlpm install jlpm dev:install ```