From 08da84b7a68c47f9243bc4ac15efda21e8cb7087 Mon Sep 17 00:00:00 2001 From: dece Date: Sun, 11 Dec 2022 22:02:15 +0100 Subject: [PATCH] readme: add comment regarding virtualenvs --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 9a5e1d3..aacfdd0 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,11 @@ pip install italianswirls The only dependencies are pygls and Jedi. +Because Jedi is able to detect which environment it is installed in and which +environment is the project you're working on in, you do not need to install in +every virtualenv where it might be handy; a global user (or root) installation +should be sufficient to work regardless of your current virtualenv. + Refer to your client documentation on how to setup a server. Yes I have no idea how to do it; to use it in Neovim and its native LSP client, I forked [nvim-lspconfig][lspconfig-fork] to add my own config file. If it gains