Skip to content

Commit e0ef32c

Browse files
committed
Add poetry lock instructions
1 parent ba084e8 commit e0ef32c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,12 @@ The project includes a Makefile which makes setting up a development environment
8686
easy. You must also install the latest Node LTS release as a prerequisite.
8787

8888
```
89+
# Install poetry
90+
make poetry
91+
92+
# Refresh the poetry.lock file if upgrading jupyterlab in pyproject.toml
93+
poetry lock
94+
8995
# Create a dev environment
9096
make venv
9197
@@ -101,6 +107,7 @@ make watch-src
101107
102108
# In a second terminal, watch for rebuilt extension packages and rebuild
103109
# jupyterlab to include them
110+
make shell
104111
make watch-lab
105112
```
106113

0 commit comments

Comments
 (0)