Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Automate Installation of Python-lsp-server#283

ebresie started this conversation inConfiguration
Discussion options

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.

You must be logged in to vote

Replies: 2 comments

Comment options

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.

  1. configuration: how to #156
  2. Please add basic usage documentation #157
  3. Mentionpylsp command in README #185
You must be logged in to vote
0 replies
Comment options

Maybe specify it as a dev package in apyproject.toml file and have a tool likepoetry install it automatically for you?

You must be logged in to vote
0 replies
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Labels
None yet
2 participants
@ebresie@doolio

[8]ページ先頭

©2009-2025 Movatter.jp