Modify ↓
#13542 closed enhancement (fixed)
ComponentHierarchyPlugin not available via pip
Reported by: | anonymous | Owned by: | Ryan J Ollos |
---|---|---|---|
Priority: | normal | Component: | ComponentHierarchyPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: |
Description
The plugin seems not to be available for installation via pip. Could you please check this? It would be very convinient to be able to install the plugin using pip install.
Thank you and best regards, Michael
Attachments (0)
Change History (5)
comment:1 Changed 6 years ago by
comment:2 Changed 6 years ago by
Owner: | changed from falkb to Ryan J Ollos |
---|---|
Status: | new → accepted |
comment:3 Changed 6 years ago by
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
Edited ComponentHierarchyPlugin@14.
comment:5 Changed 6 years ago by
pip is a tool to install packages for Python from PyPI (the Python Package Index).
pip
usually comes bundled with Python, so if you have Python, you also have pip. You can run pip install TracComponentHierarchy
and it will attempt to download and install the plugin from the TracComponentHierarchy releases uploaded to PyPI.
Note: See
TracTickets for help on using
tickets.
In 17351: