From 619d24c396a2b8e8df2ef1ab95769079af28227d Mon Sep 17 00:00:00 2001 From: Julius Busecke Date: Thu, 22 Feb 2024 11:16:01 -0600 Subject: [PATCH] Add installation instructions --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 2ff271e..d470ad9 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,15 @@ A python wrapper for aerobulk (https://github.com/brodeau/aerobulk) ## Installation +Due to the heavy dependencies in this package we recommend installing the package from conda-forge with mamba/conda + +``` +mamba install -c conda-forge aerobulk-python +``` +or +``` +conda install -c conda-forge aerobulk-python +``` ## aerobulk-python developer guide