From efc38b51a86c016f860cf271d2665d5241e87db2 Mon Sep 17 00:00:00 2001 From: Ashish Srivastava Date: Sat, 9 May 2026 09:07:33 +0530 Subject: [PATCH] Update README.md Changed installation command in README from `conda create env ...` to conda env create ...` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.