Skip to content

Commit

Permalink
Fix dev install (#108)
Browse files Browse the repository at this point in the history
Fixes #64

Co-authored-by: Frédéric Collonval <[email protected]>
  • Loading branch information
fcollonval and fcollonval authored Dec 30, 2024
1 parent fbceca5 commit 77b15db
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 77b15db

Please sign in to comment.