faircloth-lab / phyluce

software for UCE (and general) phylogenomics
http://phyluce.readthedocs.org/
Other
80 stars 49 forks source link

How to know which version of phyluce is installed on a computer? #267

Closed Ruben9161 closed 2 years ago

Ruben9161 commented 2 years ago

I started to work on a computer with Phyluce previosly installed. But I don't know which version is installed.

  1. How do I know which version of phyluce is installed on a computer?
  2. Is version 1.7.1 the latest one?

Thanks a lot!

brantfaircloth commented 2 years ago

Activate the environment (conda activate phyluce-1.7.1, then start python, then

>>> import phyluce
>>> phyluce.__version__
'1.7.1'