Skip to content

Commit b059aa9

Browse files
authored
Merge pull request #218 from andaag/patch-1
Remove --pre from pip install instructons
2 parents 00efcca + 4512437 commit b059aa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ Use of a python `virtualenv` or a conda env is also recommended.
110110
1. install the server extension:
111111

112112
```bash
113-
pip install --pre jupyter-lsp
113+
pip install jupyter-lsp
114114
```
115115

116116
1. install `nodejs`

0 commit comments

Comments
 (0)