diff --git a/README.md b/README.md index 501bbca1889f562dc4b0a18030013d5a5677ed0c..c3550d881f3c13e323154dd5fc0ed4317c99cdc5 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