From ca1d9fe2db605443540b894c9ac2994481e220a8 Mon Sep 17 00:00:00 2001 From: Mike Lee Date: Fri, 31 Jan 2025 09:44:20 -0500 Subject: [PATCH] Update README.md --- README.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 8989a11..a73c70b 100644 --- a/README.md +++ b/README.md @@ -24,9 +24,7 @@ **A quick [conda installation](https://github.com/AstrobioMike/GToTree/wiki/installation#conda-quickstart) can be run like so:** ``` -# installing mamba if needed first (for faster conda installs) -conda install -n base -c conda-forge mamba -mamba create -y -n gtotree -c astrobiomike -c conda-forge -c bioconda -c defaults gtotree +conda create -y -n gtotree -c astrobiomike -c conda-forge -c bioconda gtotree ``` @@ -49,9 +47,7 @@ See the ["What is GToTree?" wiki page](https://github.com/AstrobioMike/GToTree/w **A quick [conda installation](https://github.com/AstrobioMike/GToTree/wiki/installation#conda-quickstart) can be run like so:** ``` -# installing mamba if needed first (for faster conda installs) -conda install -n base -c conda-forge mamba -mamba create -y -n gtotree -c astrobiomike -c conda-forge -c bioconda -c defaults gtotree +conda create -y -n gtotree -c astrobiomike -c conda-forge -c bioconda gtotree ```