Add additional info about using direct entry for any package#213
Open
TimMonko wants to merge 1 commit into
Open
Add additional info about using direct entry for any package#213TimMonko wants to merge 1 commit into
TimMonko wants to merge 1 commit into
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #213 +/- ##
==========================================
- Coverage 93.09% 92.95% -0.14%
==========================================
Files 14 14
Lines 2200 2200
==========================================
- Hits 2048 2045 -3
- Misses 152 155 +3 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
psobolewskiPhD
approved these changes
May 27, 2026
Member
psobolewskiPhD
left a comment
There was a problem hiding this comment.
Left a suggestion to emphasize that you can install any package, but not a blocker.
Comment on lines
+109
to
+110
| You can also use the direct entry option to install a napari plugin or any | ||
| other package that `pip` or `conda` can resolve in the current environment. |
Member
There was a problem hiding this comment.
Maybe worth emphasizing?
Suggested change
| You can also use the direct entry option to install a napari plugin or any | |
| other package that `pip` or `conda` can resolve in the current environment. | |
| You can also use the direct entry option to install a napari plugin or *any | |
| other package* that `pip` or `conda` can resolve in the current environment. |
Frankly I'd even consider putting it in an admonition, but not a blocker.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
References and Relevant Issues
Updating for napari/docs#1024, this further clarifies that the text entry box can be used to install any package and offers some examples on how and why (to hopefully inspire plugin developers to point here as well)