How do I install metaphlan-3.1.0 from source?

I have downloaded the package, metaphlan-3.1.0-pyhb7b1952_0.tar, from (Files | Anaconda.org). After untarring and cd’ing into the folder, I cannot find any instructions on how to install prerequisites using Anaconda. Here are the contents of the package:
metaphlan-3.1.0
├── info
│ ├── about.json
│ ├── files
│ ├── git
│ ├── hash_input.json
│ ├── has_prefix
│ ├── index.json
│ ├── licenses
│ │ └── license.txt
│ ├── link.json
│ ├── paths.json
│ ├── recipe
│ │ ├── 2.8.1
│ │ │ ├── build.sh
│ │ │ └── meta.yaml
│ │ ├── 3.0.0.alpha
│ │ │ └── meta.yaml
│ │ ├── conda_build_config.yaml
│ │ ├── meta.yaml
│ │ ├── meta.yaml.template
│ │ └── pre-unlink.sh
│ └── test
│ ├── run_test.bat
│ └── run_test.sh
├── python-scripts
│ ├── add_metadata_tree.py
│ ├── extract_markers.py
│ ├── merge_metaphlan_tables.py
│ ├── metaphlan
│ ├── plot_tree_graphlan.py
│ ├── read_fastx.py
│ ├── sample2markers.py
│ ├── strainphlan
│ └── strain_transmission.py
└── site-packages
├── metaphlan
│ ├── init.py
│ ├── metaphlan_databases
│ │ └── README.txt
│ ├── metaphlan.py
│ ├── strainphlan.py
│ └── utils
│ ├── add_metadata_tree.py
│ ├── calculate_unifrac.R
│ ├── external_exec.py
│ ├── extract_markers.py
│ ├── init.py
│ ├── merge_metaphlan_tables.py
│ ├── metaphlan2krona.py
│ ├── mpa_v30_CHOCOPhlAn_201901_species_tree.nwk
│ ├── parallelisation.py
│ ├── plot_bug.py
│ ├── plot_tree_graphlan.py
│ ├── pyphlan.py
│ ├── read_fastx.py
│ ├── sample2markers.py
│ ├── strain_transmission.py
│ └── util_fun.py
└── MetaPhlAn-3.1.0.dist-info
├── direct_url.json
├── entry_points.txt
├── INSTALLER
├── METADATA
├── RECORD
├── REQUESTED
├── top_level.txt
└── WHEEL

Which of the above scripts do I use to install the package?
Thank you

Since you’ve downloaded metaphlan-3.1.0-pyhb7b1952_0.tar, this is a Conda package, and the correct way to install it is using Conda itself, not by running any script manually.
To Install the package using Conda run the following command in the directory where the .tar file is located:

conda install --offline metaphlan-3.1.0-pyhb7b1952_0.tar