Skip to content

Commit 99849b7

Browse files
authored
Merge pull request #682 from ianhi/install-not-link
Use install instead of link in dev instructions
2 parents 20d9627 + 2f9ad78 commit 99849b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,9 @@ cd jupyterlab-git
105105
pip install -e .[test]
106106
jupyter serverextension enable --py jupyterlab_git --sys-prefix
107107
108-
# Build the labextension and dev-mode link it to jlab
108+
# Build and install your development version of the extension
109109
jlpm
110-
jupyter labextension link .
110+
jupyter labextension install .
111111
```
112112
113113
To rebuild the package after a change and the JupyterLab app:

0 commit comments

Comments
 (0)