File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
python_packages/jupyter_lsp/jupyter_lsp/specs Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ Use of a python `virtualenv` or a conda env is also recommended.
121
121
R ([ languageserver] ( https://github.com/REditorSupport/languageserver ) ) servers:
122
122
123
123
``` bash
124
- pip install python-language-server[all]
124
+ pip install ' python-language-server[all]'
125
125
R -e ' install.packages("languageserver")'
126
126
```
127
127
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ class PythonLanguageServer(PythonModuleSpec):
13
13
issues = "https://github.com/palantir/python-language-server/issues" ,
14
14
),
15
15
install = dict (
16
- pip = "pip install python-language-server[all]" ,
16
+ pip = "pip install ' python-language-server[all]' " ,
17
17
conda = "conda install -c conda-forge python-language-server" ,
18
18
),
19
19
extend = [
You can’t perform that action at this time.
0 commit comments