From 23b3bf0a412da6e6b3e4d726faa1cc467b550698 Mon Sep 17 00:00:00 2001 From: Tobias Marschall <tobias.marschall@0ohm.net> Date: Tue, 16 Jan 2018 15:12:47 +0100 Subject: [PATCH] README formatting --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 501bbca..c3550d8 100644 --- a/README.md +++ b/README.md @@ -12,10 +12,12 @@ To install the correct environment, you can use Bioconda. In case you do not have Conda yet, it is easiest to just install [MiniConda](https://conda.io/miniconda.html). 2. **Create environment:** + ``` conda env create -n strandseqnation -f conda-environment.yml source activate strandseqnation ``` + That's it, you are ready to go. ### How to use it -- GitLab