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.
pylsp
1 parent 62cdac5 commit c99ef24Copy full SHA for c99ef24
README.md
@@ -12,6 +12,7 @@ The base language server requires [Jedi](https://github.com/davidhalter/jedi) to
12
```
13
pip install python-lsp-server
14
15
+This will expose the command `pylsp` on your PATH. Confirm that installation succeeded by running `pylsp --help`.
16
17
If the respective dependencies are found, the following optional providers will be enabled:
18
- [Rope](https://github.com/python-rope/rope) for Completions and renaming
0 commit comments