Skip to content

Commit 2ffa5c7

Browse files
authored
Fix pip install version pin using = rather than ==
1 parent 944ff37 commit 2ffa5c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Installation.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@
271271
"##### pip\n",
272272
"\n",
273273
"```bash\n",
274-
"pip install jupyter-lsp={JUPYTER_LSP_VERSION}\n",
274+
"pip install jupyter-lsp=={JUPYTER_LSP_VERSION}\n",
275275
"jupyter labextension install @krassowski/jupyterlab-lsp@{JUPYTERLAB_LSP_VERSION}\n",
276276
"```"
277277
]

0 commit comments

Comments
 (0)