diff --git a/README.md b/README.md index f41a5a2..c1ddc69 100644 --- a/README.md +++ b/README.md @@ -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.