[python] Add additional dependencies for pyls

This commit is contained in:
Maximilian Wolff 2020-03-12 22:09:42 +01:00
parent 3f526479e3
commit 5e4b9b8c9b
No known key found for this signature in database
GPG key ID: 2DD07025BFDBD89A

View file

@ -159,6 +159,13 @@ Additionally you can install the following other packages:
# for mypy checking (python 3.4+ is needed)
pip install pyls-mypy
pip install pyls-black
pip install rope
pip install pyflakes
pip install mccabe
pip install pycodestyle
pip install pydocstyle
pip install autopep8
pip install yapf
#+END_SRC
If you've installed the language server and related packages as development