Skip to content

Commit a963bfc

Browse files
committed
Update release instructions
1 parent 5eb2203 commit a963bfc

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

RELEASE.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,11 @@
55
Creating a new environment can help avoid pushing local changes and any extra tag.
66

77
```bash
8-
conda create -n jupyter-resource-usage-release -c conda-forge twine keyring
8+
conda create -n jupyter-resource-usage-release -c conda-forge twine keyring jupyter-packaging python
99
conda activate jupyter-resource-usage-release
10+
11+
# install JupyterLab to build the extension
12+
python -m pip install --pre jupyterlab
1013
```
1114

1215
Alternatively, the local repository can be cleaned with:

0 commit comments

Comments
 (0)