8000 Add more installation instructions to Readme (#248) · delfick/python-lsp-server@d3f97f7 · GitHub
[go: up one dir, main page]

Skip to content

Commit d3f97f7

Browse files
authored
Add more installation instructions to Readme (python-lsp#248)
1 parent fea0e71 commit d3f97f7

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

README.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,34 @@ If you get an error similar to `'install_requires' must be a string or list of s
4343
pip install -U setuptools
444 8000 4
```
4545

46+
### Windows and Linux installation
47+
48+
If you use Anaconda/Miniconda, you can install `python-lsp-server` using this conda command
49+
50+
```
51+
conda install -c conda-forge python-lsp-server
52+
```
53+
54+
Python-lsp-server is available in the repos of every major Linux distribution, and it is usually called `python-lsp-server`.
55+
56+
For example, here is how to install it in Debian and Debian-based distributions (E.g. Ubuntu, Pop!_OS, Linux Mint)
57+
58+
```
59+
sudo apt-get install python-lsp-server
60+
```
61+
62+
or Fedora Linux
63+
64+
```
65+
sudo dnf install python-lsp-server
66+
```
67+
68+
Only on Alpine Linux the package is named differently. You can install it there by typing this command in your terminal:
69+
70+
```
71+
apk add py3-lsp-server
72+
```
73+
4674
### 3rd Party Plugins
4775

4876
Installing these plugins will add extra functionality to the language server:

0 commit comments

Comments
 (0)
0