installation

To install Julia, see here.

To read & write phylogenies (networks or trees, admixture graphs), you should install PhyloNetworks, which PhyloSummaries depends on. To install it, see here.

To visualize phylogenies, install PhyloPlots. We can do so in the Julia REPL for example: enter package mode with ], and:

add PhyloPlots

Or in julian mode:

using Pkg
Pkg.add("PhyloPlots")