Skip to content

Commit 4512437

Browse files
authored
Remove --pre from pip install instructons
Its no longer needed, and severely annoying when combining with pipenv (as this enables pre mode for the whole project , which can and will break other things.)
1 parent 00efcca commit 4512437

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)