0

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.

jhc
  • 1,671
  • 3
  • 13
  • 16
Gab-1997
  • 31
  • 1
  • 6

1 Answers1

0

On macOS, the following command worked with Python 2.7:

pip install --upgrade ete2

Please refer the documentation given on etetoolkit.org.

Chaitya Shah
  • 25
  • 1
  • 5