-
Notifications
You must be signed in to change notification settings - Fork 3
Installation
s.ciccolella edited this page Jun 25, 2020
·
3 revisions
The package is listed on PyPi and can be easily installed using pip
# Dependency installation on Ubuntu/Debian
sudo apt install libgraphviz-dev
pip3 install mp3treesimThe package is listed on BioConda and can be easily installed using conda
# Dependency installation on Ubuntu/Debian
sudo apt install libgraphviz-dev
conda install mp3treesim-
numpy>= 1.18.1 -
networkx>= 2.4 -
pygraphviz>= 1.5 (requireslibgraphviz-dev)
MP3 tree similarity -- Version 1.0.6