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): ```