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