Automate Installation of Python-lsp-server #283
ebresie
started this conversation in
Configuration
Replies: 2 comments
-
There may be some aspects of this in regard to documentation below, but this still focuses on manual install and startup and no so much automated setup. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Maybe specify it as a dev package in a |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am working on a new LSP based Python plugin for Netbeans (see https://github.com/ebresie/python4nb) and leveraging the server for use in the plugin.
Presently setup is a manual setup with the call to "python -m pip install python-language-server[all]"
This work, but I'd like to "automate" the setup process. I was thinking maybe some sort of setup.py or virtual environment with the given server installed but wasn't sure if there was any better way or guidance on how to do automate this.
Beta Was this translation helpful? Give feedback.
All reactions