From c5aee67cbefd4356de17a7bde7774061cdfa6eec Mon Sep 17 00:00:00 2001 From: Will Rowe Date: Mon, 16 Nov 2020 09:20:09 +0000 Subject: [PATCH] fix installation commands in quickstart closes https://github.com/AlexanderLabWHOI/EUKulele/issues/24 --- docs/source/quickstart.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/quickstart.rst b/docs/source/quickstart.rst index 1f04519..603dae9 100644 --- a/docs/source/quickstart.rst +++ b/docs/source/quickstart.rst @@ -9,8 +9,8 @@ Installation The conda installation is the most straightforward approach and the environment will contain all dependencies needed to run ``EUKulele``. If you do not already have conda installed on your machine, see the conda installation documentation `here `_. Other installation options are included under Installation and Invocation:: conda create -n EUKulele - conda install -c akrinos -c bioconda -c conda-forge EUKulele conda activate EUKulele + conda install -c akrinos -c bioconda -c conda-forge EUKulele Generalized flow of EUKulele annotation ---------------------------------------