hansec / fortran-language-server

Fortran Language Server for the Language Server Protocol
MIT License
295 stars 57 forks source link

README: add fix for possible installation error #145

Closed phil-blain closed 4 years ago

phil-blain commented 4 years ago

Since commit 2e6f2f4 (Do not install future and argparse unless necessary, 2019-09-18), the syntax used in the 'install_requires' field of setup.py is not compatible with very old versions of setuptools.

Add a note to the README to direct users to upgrade setuptools if they get this error when installing fortran-language-server.


This tripped me up today on Ubuntu 14.04 so I thought I'd add it to the README. The python langage server README has similar wording.