Skip to content

Commit eace81c

Browse files
authored
Adds message about building code before running 'develop' (#7382)
1 parent 368080f commit eace81c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ mamba activate notebook
2424
# Install package in development mode
2525
pip install -e ".[dev,test]"
2626

27+
# Install dependencies and build packages
28+
jlpm
29+
jlpm build
30+
2731
# Link the notebook extension and @jupyter-notebook schemas
2832
jlpm develop
2933

0 commit comments

Comments
 (0)