You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -141,11 +141,13 @@ channel (linux only). This way, you will install a pre-built IntaRNA binary alon
141
141
with all dependencies.
142
142
Follow
143
143
[](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.
145
145
```bash
146
146
conda install -c conda-forge -c bioconda intarna
147
147
```
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.
149
151
150
152
[ back to overview](#overview)
0 commit comments