Skip to content

Commit c99ef24

Browse files
authored
Mention pylsp command in README (#185)
1 parent 62cdac5 commit c99ef24

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ The base language server requires [Jedi](https://github.com/davidhalter/jedi) to
1212
```
1313
pip install python-lsp-server
1414
```
15+
This will expose the command `pylsp` on your PATH. Confirm that installation succeeded by running `pylsp --help`.
1516

1617
If the respective dependencies are found, the following optional providers will be enabled:
1718
- [Rope](https://github.com/python-rope/rope) for Completions and renaming

0 commit comments

Comments
 (0)