From 71c73c9c7cebcdd6d24c035bbf4de290b31d5018 Mon Sep 17 00:00:00 2001 From: ur8d Date: Fri, 21 Jun 2024 11:39:51 -0300 Subject: [PATCH] Replace recomendation from Anaconda to Miniforge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ef089c11..e3e54f23 100644 --- a/README.md +++ b/README.md @@ -159,7 +159,7 @@ For a contribution of yours to be listed here, follow the instructions detailed ## Reproducibility -For all results generated by the 3W toolkit to be consistent, we recommend you create and use a virtual environment with the packages versions specified in the [environment.yml](environment.yml), which was generated with [conda](https://docs.conda.io). First you have to install the [Anaconda](https://anaconda.org/). Then open an Anaconda Prompt, make sure the current directory is the directory where you have the 3W and run the following commands as needed: +For all results generated by the 3W toolkit to be consistent, we recommend you create and use a virtual environment with the packages versions specified in the [environment.yml](environment.yml), which was generated with [conda](https://docs.conda.io). Our current recommendation is to use the conda distributed by [Miniforge](https://conda-forge.org/download/). Download and install Miniforge according to the official instructions. Open a prompt on your operating system (Windows, Linux or MacOS). Make sure the current directory is the directory where you have the 3W. Run the following commands as needed: * To create a virtual environment from our [environment.yml](environment.yml): ```