Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 651 Bytes

INSTALL.md

File metadata and controls

27 lines (18 loc) · 651 Bytes

Quick Install

All installation instructions are in more detail here.

First, clone the repository 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 .

Finally, run the tests to verify the install was successful:

pytest