- Notifications
You must be signed in to change notification settings - Fork220
Automate Installation of Python-lsp-server#283
-
I am working on a new LSP based Python plugin for Netbeans (seehttps://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. |
BetaWas this translation helpful?Give feedback.
All reactions
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. |
BetaWas this translation helpful?Give feedback.
All reactions
-
Maybe specify it as a dev package in a |
BetaWas this translation helpful?Give feedback.