ebresie / python4nb

This is a Python Plugin for Netbeans.
Apache License 2.0
13 stars 1 forks source link

Automate Install of python-lsp-server Dependencies #37

Open ebresie opened 1 year ago

ebresie commented 1 year ago

Presently as pre-requisite step of Python4NB setup, it's necessary to have the Python-lsp server installed manually.

This task is to add functionality to install this in a more automated way which could be done

ebresie commented 1 year ago

On https://github.com/python-lsp/python-lsp-server/discussions/283 discussion thread, it was suggested usage of a "pyproject-toml" might be usable.

Need to investigate further see https://pip.pypa.io/en/stable/reference/build-system/pyproject-toml/