...tory and enter the directory:
git clone https://github.com/picrust/picrust2.git
cd
Next, install the required dependencies listed here.
Install PICRUSt2 into it's own environment using conda:
conda env create -f picrust2-env.yaml
source activate picrust2
pip install --no-deps --editable .
F...