10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96c4db1 commit 1b176ddCopy full SHA for 1b176dd
README.rst
@@ -38,6 +38,10 @@ All optional providers can be installed using:
38
39
``pip install 'python-language-server[all]'``
40
41
+If you get an error similar to ``'install_requires' must be a string or list of strings`` then please upgrade setuptools before trying again.
42
+
43
+``pip install -U setuptools``
44
45
3rd Party Plugins
46
~~~~~~~~~~~~~~~~~
47
Installing these plugins will add extra functionality to the language server:
0 commit comments