Browse Source

Improved setup instructions of python-language-server

merge-requests/389/head
eidheim 7 years ago
parent
commit
40324890d5
  1. 2
      docs/language_servers.md

2
docs/language_servers.md

@ -28,7 +28,7 @@ Install language server, and create symbolic link to enable server in juCi++:
```sh ```sh
pip3 install python-language-server[rope,pycodestyle,yapf] pyls-mypy pip3 install python-language-server[rope,pycodestyle,yapf] pyls-mypy
ln -s pyls /usr/local/bin/python-language-server ln -s `which pyls` /usr/local/bin/python-language-server
``` ```
* Additional setup within a Python project: * Additional setup within a Python project:

Loading…
Cancel
Save