Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ This repository contains two branches. The 'with_solution' branch contains noteb
The detailed requirements and dependencies are noted at the start of each notebook. We recommend using Conda to install the ViennaRNA package and other Python libraries. Alternatively, all notebooks are designed to work in a Google Colab environment.

```bash
conda create env -f viennarna-tutorial.yml
conda env create -f viennarna-tutorial.yml
```

For Windowns users, please install Windows Subsystem for Linux (WSL), and use it to pretend you’re a perfectly normal Linux user. See [this page](https://learn.microsoft.com/en-us/windows/wsl/install) for more details.
Expand Down