Skip to content

Commit

Permalink
Adds message about building code before running 'develop' (#7382)
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonWeill authored May 30, 2024
1 parent 368080f commit eace81c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ mamba activate notebook
# Install package in development mode
pip install -e ".[dev,test]"

# Install dependencies and build packages
jlpm
jlpm build

# Link the notebook extension and @jupyter-notebook schemas
jlpm develop

Expand Down

0 comments on commit eace81c

Please sign in to comment.