File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,22 +13,17 @@ Table of Contents
1313Installation
1414============
1515
16- Dependencies
17- ------------
18- TreeProfiler requires
19- - Python version >= 3.10
20- - ETE Toolkit v4
21- - biopython >= 1.8
22- - selenium >= 4.24
23- - scipy >= 1.8.0
24- - matplotlib >= 3.4
25- - pymc >= 5.0.0
26- - pastml (custom)
27-
2816Quick install via pip
2917---------------------
3018::
3119
20+ # create environment
21+ conda create -n treeprofiler python=3.10
22+ conda activate treeprofiler
23+
24+ # dependencies for ETE Toolkit v4 (optional)
25+ conda install conda-forge::gcc
26+
3227 # Install ETE Toolkit v4 for treeprofiler
3328 pip install "git+https://github.com/etetoolkit/ete.git@ete4_treeprofiler"
3429
@@ -102,6 +97,19 @@ Check other tutorial scripts
10297Manual installation
10398-------------------
10499
100+ Dependencies
101+ ------------
102+ TreeProfiler requires
103+ - Python version >= 3.10
104+ - ETE Toolkit v4
105+ - biopython >= 1.8
106+ - selenium >= 4.24
107+ - scipy >= 1.8.0
108+ - matplotlib >= 3.4
109+ - pymc >= 5.0.0
110+ - pastml (custom)
111+
112+
105113Install ETE v4
106114~~~~~~~~~~~~~~
107115Quick way
You can’t perform that action at this time.
0 commit comments