Skip to content

Commit 293a267

Browse files
author
Steven Silvester
committed
cleanup
1 parent e8a2a67 commit 293a267

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

RELEASE.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,16 @@
88
export release_branch=master
99
```
1010

11+
### Create the git checkout
1112
```bash
1213
git clone [email protected]:jupyter/notebook.git
1314
cd notebook
1415
git checkout ${release_banch}
16+
```
17+
18+
### Create and activate the conda environment
19+
20+
```bash
1521
conda create -n notebook-release -c conda-forge jupyter
1622
conda activate notebook-release
1723
```

0 commit comments

Comments
 (0)