File tree Expand file tree Collapse file tree 1 file changed +11
-2
lines changed
Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,8 @@ The main goal of this project is to create a free/ open source tool, that can ea
5858 - Fast full-screen UI rendering on HTML canvas
5959 - Visualization of files, entities and given metrics
6060 - [ Dark mode support] ( https://github.com/coliff/dark-mode-switch )
61- - Reactive visual live search of files/ entities (e.g. classes)
61+ - Visual live search (OR'ed with multiple search terms) of entities
62+ - The option to include a semantic search based on [ term frequency-inverse document frequency] ( https://en.wikipedia.org/wiki/Tf–idf )
6263 - Selection and highlighting of individual nodes
6364 - [ Concave hull] ( https://github.com/AndriiHeonia/hull ) visualization of single clusters
6465 - [ Heatmap] ( https://github.com/mourner/simpleheat ) visualization support of potentially harmful nodes based on a SLOC/Fan-Out score
@@ -98,11 +99,19 @@ apt-get install graphviz graphviz-dev
9899
99100### 1️⃣.2️⃣ ~ Install with pip
100101
102+ Either install as new package with:
103+
101104``` text
102105pip install emerge-viz
103106```
104107
105- and then simply execute it like this
108+ or if it's already installed, just update with:
109+
110+ ``` text
111+ pip install -U emerge-viz
112+ ```
113+
114+ and then simply execute it like this:
106115
107116``` text
108117(emerge) user@host ~ % emerge
You can’t perform that action at this time.
0 commit comments