Skip to content

Latest commit

History

History
32 lines (21 loc) 路 768 Bytes

File metadata and controls

32 lines (21 loc) 路 768 Bytes

Jupyter Book Badge

The canonical URL for Developing with QIIME 2 is https://develop.qiime2.org.

This repository contains the source for Developing with QIIME 2. 馃摉

Building this documentation

  1. Clone the repository and change to its top-level directory:
git clone https://github.com/caporaso-lab/developing-with-qiime2.git
cd developing-with-qiime2
  1. Create the book's build environment:
__DWQ2_ENV_NAME=dwq2-$(date "+%Y-%m-%d")
conda env create -n $__DWQ2_ENV_NAME --file ./environment-files/readthedocs.yml
conda activate $__DWQ2_ENV_NAME
  1. Build the book.
make html
  1. View the result.

Open book/_build/html/index.html in a web browser.