Adds message about building code before running 'develop' (#7382)

This commit is contained in:
Jason Weill 2024-05-29 23:30:15 -07:00 committed by GitHub
parent 368080f53a
commit eace81c87b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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