8000 Fix Debian package name (#290) · rookiecoder1st/python-lsp-server@4e90767 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4e90767

Browse files
authored
Fix Debian package name (python-lsp#290)
1 parent 0c76a52 commit 4e90767

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,12 @@ If you use Anaconda/Miniconda, you can install `python-lsp-server` using this co
5151
conda install -c conda-forge python-lsp-server
5252
```
5353

54-
Python-lsp-server is available in the repos of every major Linux distribution, and it is usually called `python-lsp-server`.
54+
Python-lsp-server is available in the repos of every major Linux distribution, and it is usually called `python-lsp-server` or `python3-pylsp`.
5555

5656
For example, here is how to install it in Debian and Debian-based distributions (E.g. Ubuntu, Pop!_OS, Linux Mint)
5757

5858
```
59-
sudo apt-get install python-lsp-server
59+
sudo apt-get install python3-pylsp
6060
```
6161

6262
or Fedora Linux

0 commit comments

Comments
 (0)
0