From ed30c20d85827af3cb31b7e109532f705a847875 Mon Sep 17 00:00:00 2001 From: dece Date: Mon, 5 Dec 2022 11:16:45 +0100 Subject: [PATCH] readme: add install section --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0f27b52..bd24b28 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,20 @@ Supported features: Install ------- -TODO +You can either clone and build the server package from this repository, or +install it from PyPI: + +```bash +pip install italianswirls +``` + +The only dependencies are pygls and Jedi. + +Refer to your client documentation on how to setup a server. Yes I have no idea +how to do it, I simply forked [nvim-lspconfig][lspconfig-fork] to add my own +server. If it gains attraction I might submit a PR. + +[lspconfig-fork]: https://github.com/Dece/nvim-lspconfig