Installation
For information on how to install Julia and PhyloNetworks, see here. PhyloGaussianBeliefProp depends on PhyloNetworks.
To install PhyloGaussianBeliefProp in the Julia REPL, do:
julia> using Pkg
julia> Pkg.add("PhyloGaussianBeliefProp")Or enter ] in the Julia REPL to access the package mode, and do:
pkg> add PhyloGaussianBeliefPropIn this manual, we will also use PhyloNetworks and other packages, to be installed similarly, here in package mode:
pkg> add PhyloNetworks
pkg> add DataFrames