From 4a5eab6889033eaf6d4a7ecbc6873d1ed675d656 Mon Sep 17 00:00:00 2001 From: Jochen Sprickerhof Date: Thu, 3 Nov 2022 10:03:07 +0100 Subject: [PATCH] Fix Debian package name --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3832ad1c..bde5fcbd 100644 --- a/README.md +++ b/README.md @@ -51,12 +51,12 @@ If you use Anaconda/Miniconda, you can install `python-lsp-server` using this co conda install -c conda-forge python-lsp-server ``` -Python-lsp-server is available in the repos of every major Linux distribution, and it is usually called `python-lsp-server`. +Python-lsp-server is available in the repos of every major Linux distribution, and it is usually called `python-lsp-server` or `python3-pylsp`. For example, here is how to install it in Debian and Debian-based distributions (E.g. Ubuntu, Pop!_OS, Linux Mint) ``` -sudo apt-get install python-lsp-server +sudo apt-get install python3-pylsp ``` or Fedora Linux