etetoolkit / ete

Python package for building, comparing, annotating, manipulating and visualising trees. It provides a comprehensive API and a collection of command line tools, including utilities to work with the NCBI taxonomy tree.
http://etetoolkit.org
GNU General Public License v3.0
781 stars 212 forks source link

ete3 pip and requirements.txt #710

Closed NicoMaillet closed 1 year ago

NicoMaillet commented 1 year ago

Using pip3 install ete3, I think a requirements.txt should be provided, containing:

numpy
PyQt5
six
jordibc commented 1 year ago

Yes. Added in f86af59225 . Thanks @NicoMaillet !