Skip to content

Commit f0be699

Browse files
authored
Merge pull request #223 from BackofenLab/martin-raden-patch-1
windows discussion for conda
2 parents d66ffce + b36c579 commit f0be699

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,11 +141,13 @@ channel (linux only). This way, you will install a pre-built IntaRNA binary alon
141141
with all dependencies.
142142
Follow
143143
[![install with bioconda](https://img.shields.io/badge/install%20with-bioconda-brightgreen.svg?style=flat-square)](http://bioconda.github.io/recipes/intarna/README.html)
144-
to get detailed information or run
144+
to get detailed information or run the following command to install it to the currently activated environment.
145145
```bash
146146
conda install -c conda-forge -c bioconda intarna
147147
```
148-
if you are using bioconda already.
148+
**Note**: Conda is available for Windows, MacOs and Linux. We recommend the [Miniconda installation](https://docs.anaconda.com/miniconda/install/#quick-command-line-install)
149+
150+
**Note further**: *Windows user without Powershell or Commandline experience* might [consider to first install a Linux App via WSL](https://documentation.ubuntu.com/wsl/en/latest/howto/install-ubuntu-wsl2/) and use and install conda therein since most related scripts will be tailored for Linux BASH shells or similar systems.
149151

150152
[![up](doc/figures/icon-up.28.png) back to overview](#overview)
151153
<br /><br />

0 commit comments

Comments
 (0)