10000 Add note in README about upgrading setuptools (#350) · llan-ml/python-lsp-server@1b176dd · GitHub
[go: up one dir, main page]

Skip to content

Commit 1b176dd

Browse files
authored
Add note in README about upgrading setuptools (python-lsp#350)
1 parent 96c4db1 commit 1b176dd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ All optional providers can be installed using:
3838

3939
``pip install 'python-language-server[all]'``
4040

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+
4145
3rd Party Plugins
4246
~~~~~~~~~~~~~~~~~
4347
Installing these plugins will add extra functionality to the language server:

0 commit comments

Comments
 (0)
0