Skip to content

Commit c2af33b

Browse files
committed
Fix the build from source step.
1 parent 1a4144a commit c2af33b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ This is a Jupyter provisioner for [`libyt`](https://github.com/yt-project/libyt)
1919
```bash
2020
git clone https://github.com/yt-project/jupyter_libyt.git
2121
cd jupyter_libyt
22+
jlpm install # make sure JupyterLab is already installed
23+
jlpm run build
2224
pip install .
2325
```
2426

0 commit comments

Comments
 (0)