Skip to content

Commit cfb8caf

Browse files
authored
Fix install instructions in README
without ' ' the command fails with: no matches found: python-language-server[all]
1 parent a823c98 commit cfb8caf

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
@@ -121,7 +121,7 @@ Use of a python `virtualenv` or a conda env is also recommended.
121121
R ([languageserver](https://github.com/REditorSupport/languageserver)) servers:
122122

123123
```bash
124-
pip install python-language-server[all]
124+
pip install 'python-language-server[all]'
125125
R -e 'install.packages("languageserver")'
126126
```
127127

0 commit comments

Comments
 (0)