You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -4,13 +4,13 @@ A Python 3.6+ server implementation of the [JSON RPC 2.0](http://www.jsonrpc.org
4
4
5
5
## Installation
6
6
7
-
pip install -U python-jsonrpc-server
7
+
pip install -U python-lsp-jsonrpc
8
8
9
9
## Examples
10
10
11
11
The examples directory contains two examples of running language servers over websockets. `examples/langserver.py` shows how to run a language server in-memory. `examples/langserver_ext.py` shows how to run a subprocess language server, in this case the Python LSP Server.
12
12
13
-
Start by installing `tornado` and `python-language-server`
13
+
Start by installing `tornado` and `python-lsp-server`
0 commit comments