-
Notifications
You must be signed in to change notification settings - Fork 0
add pip support #20
Copy link
Copy link
Open
1 / 21 of 2 issues completedLabels
enhancementNew feature or requestNew feature or request
Description
Activity
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Caveats
Since python supports installation of packages globally or in a virtual environment, the list and metadata can differ completely.
Plan
Implement support for global packages first.
After this, we can maybe plan to add some sort of recognition mechanism that will detect if pkgui is run inside a virtual environment and then gather package details of that environment as well while still showing the global list.