InstallationΒΆ
Requirements
python >= 3.6
matplotlib >= 2.1.1
ete3 >= 3.1.0
The module can be installed using pip
pip install plot_phylo
You can also download the latest release here
Or clone the GitHub repository directly.
git clone https://github.com/KatyBrown/plot_phylo.git
If cloning directly, matplotlib and ete3 need to be installed, e.g. via pip or conda.