diff options
| author | jdhao <jdhao@hotmail.com> | 2023-07-29 13:08:54 +0200 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2023-07-29 13:09:37 +0200 |
| commit | 892cd49f063c34998be3413857e2032e0904c5c8 (patch) | |
| tree | 538bda14531c0e67cb013c8c4f6559477b8efa44 /docs/README.md | |
| parent | e53ee104ec251b11b84045dec7782b9b7a03479f (diff) | |
doc: update doc and install guide for pylsp
Diffstat (limited to 'docs/README.md')
| -rw-r--r-- | docs/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/README.md b/docs/README.md index 361bcf1..ae25d4f 100644 --- a/docs/README.md +++ b/docs/README.md @@ -65,7 +65,7 @@ pip install -U pynvim [python-lsp-server (pylsp)](https://github.com/python-lsp/python-lsp-server) is a Python [Language Server](https://microsoft.github.io/language-server-protocol/) for completion, linting, go to definition, etc. ``` -pip install 'python-lsp-server[all]' pylsp-mypy pyls-isort +pip install 'python-lsp-server[all]' pylsp-mypy python-lsp-isort python-lsp-black ``` Note the executable for pylsp is also named `pylsp`. You need to set its PATH correctly. |
