From f34283b4a76d614b4c48a45cf25dd3a999eb8df8 Mon Sep 17 00:00:00 2001 From: Matteo Degiacomi Date: Fri, 31 May 2024 10:29:23 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6636a87..8d37266 100644 --- a/README.md +++ b/README.md @@ -62,11 +62,11 @@ Manual installation requires the following three steps: #### Using molearn without installation #### -Molearn can used without installation by making the sure the requirements above are met, and adding the `src` directory to your path at the beginning of every script, e.g.: -installation using conda while creating a new environment `molearn_env` +Molearn can used without installation by making the sure the requirements above are met, and adding the `src` directory to your path at the beginning of every script. For instance, to install all requirements in a new environment `molearn_env`: ``` conda env create --file environment.yml -n molearn_env ``` +Then, within this environment, run scripts starting with: ``` import sys