From 25ee1d487b7e87d588b6f6765edb0f555dd20950 Mon Sep 17 00:00:00 2001 From: Yufan CHEN <108385820+CYF2000127@users.noreply.github.com> Date: Thu, 3 Oct 2024 00:25:27 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eecbde3..ac18f4c 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Clone the following repositories: git clone https://github.com/CYF2000127/MolNexTR ``` ### Example usage of the model -1. First create and activate a [conda](https://numdifftools.readthedocs.io/en/stable/how-to/create_virtual_env_with_conda.html) environment with the following command in a Linux, Windows, or Mac environment: +1. First create and activate a [conda](https://numdifftools.readthedocs.io/en/stable/how-to/create_virtual_env_with_conda.html) environment with the following command in a Linux, Windows, or Mac environment (Linux is most recommended): ``` conda create -n molnextr python=3.8 conda activate molnextr