Skip to content

Installation

Julius Wiegert edited this page Dec 18, 2023 · 7 revisions

There are two ways of installing EBG: using conda or pip:

Installation using conda

conda install ebg -c conda-forge

Installation using pip

pip install ebg

Important: EBG requires an installation of RAxML-NG on your system. If it is available in your PATH variable, it works out of the box. If not, please specify the absolute path to the binary when calling EBG with -raxmlng PATH_TO_RAXMLNG.

Clone this wiki locally