I have looked at some other questions about module installation and Python documentation, but I cannot succeed in installing ete2 on Python 2.7.
I have already downloaded it from the website, but have no idea what my next step should be.
I have looked at some other questions about module installation and Python documentation, but I cannot succeed in installing ete2 on Python 2.7.
I have already downloaded it from the website, but have no idea what my next step should be.
Copyright © 2021 Jogjafile Inc.
On macOS, the following command worked with Python 2.7:
pip install --upgrade ete2
Please refer the documentation given on etetoolkit.org.