You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -36,8 +36,8 @@ The easiest solution to install $k$-Graph is to run the following command:
36
36
pip install kgraph-ts
37
37
```
38
38
39
-
Graphviz and pyGraphviz can be used to obtain better visualisation for $k$-Graph. These two packages are not necessary to run $k$-graph. If not installed, an random layout is used to plot the graphs.
40
-
To benefit from a better visualisation of the graphs, please install these packages as follows:
39
+
Graphviz and pyGraphviz can be used to obtain better visualisation for $k$-Graph. These two packages are not necessary to run $k$-graph. If not installed, a random layout is used to plot the graphs.
40
+
To benefit from a better visualisation of the graphs, please install Graphviz and pyGraphviz as follows:
0 commit comments