We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfb8caf commit d0d4331Copy full SHA for d0d4331
python_packages/jupyter_lsp/jupyter_lsp/specs/pyls.py
@@ -13,7 +13,7 @@ class PythonLanguageServer(PythonModuleSpec):
13
issues="https://github.com/palantir/python-language-server/issues",
14
),
15
install=dict(
16
- pip="pip install python-language-server[all]",
+ pip="pip install 'python-language-server[all]'",
17
conda="conda install -c conda-forge python-language-server",
18
19
extend=[
0 commit comments