Skip to content

Commit 77b15db

Browse files
authored
Fix dev install (#108)
Fixes #64 Co-authored-by: Frédéric Collonval <[email protected]>
1 parent fbceca5 commit 77b15db

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ The `jlpm` command is JupyterLab's pinned version of
7777
# Change directory to the jupyterlab_rise directory
7878
# Install package in development mode
7979
pip install -e ".[test]"
80+
jlpm install
81+
jlpm build
8082
# Link your development version of the extension with JupyterLab
8183
jupyter labextension develop . --overwrite
8284
# Server extension must be manually installed in develop mode

0 commit comments

Comments
 (0)