From 9f8738970357442e3f95e10bc148998b98709891 Mon Sep 17 00:00:00 2001 From: CindyvdVries Date: Tue, 1 Oct 2024 15:37:31 +0200 Subject: [PATCH] Update from review comments --- README.md | 2 +- docs/installation.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b1ad2c87..f5dc8ae1 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ Switch to this environment and use `poetry` to restore the package dependencies. #### conda: -**⚠ WARNING: Due to licencing of Anaconda, it is recommended to use an alternative like [Miniforge](https://github.com/conda-forge/miniforge). This still uses the package manager conda and therefore the same commands can still be used. The same goes for [Miniconda](https://docs.anaconda.com/miniconda/) but you need to change the defaults channel to conda-forge!** +**⚠ WARNING: Due to licencing of Anaconda, it is recommended to use an alternative like [Miniforge](https://github.com/conda-forge/miniforge). This still uses the package manager conda and therefore the same commands can still be used. The same goes for [Miniconda](https://docs.anaconda.com/miniconda/) but you need to change the defaults channel to conda-forge ([instructions for changing the channel](https://docs.conda.io/projects/conda/en/latest/user-guide/tasks/manage-channels.html))!** - Create `conda` environment diff --git a/docs/installation.md b/docs/installation.md index d384367e..560c7d74 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -11,11 +11,11 @@ Conda is a package and environment manager that can be used to install the poetr ## Installation of D-Eco Impact with conda (use Miniforge or Miniconda) -Note: when using miniconda, make sure to update the defaults channel to conda-forge! +Note: when using miniconda, make sure to update the defaults channel to conda-forge ([instructions for changing the channel](https://docs.conda.io/projects/conda/en/latest/user-guide/tasks/manage-channels.html))! 1. Open a commandline tool (eg. cmd or powershell): ```sh - $ conda create -y -c conda-forge --name python=3.11 + $ conda create -y -c pip --name python=3.11 ``` 2. Activate the newly created environment @@ -48,7 +48,7 @@ Execute the following command: ``` poetry install ``` -NB. If errors occur while installing the libraries, this might have to do with your administrative rights. Either start the cmd promt “As administrator” or discuss this with your IT support. +NB. If errors occur while installing the libraries, this might have to do with your administrative rights. Either start the cmd prompt “As administrator” or discuss this with your IT support. 6. Now D-Eco Impact is ready to use. You can test this by executing one of the input yaml files. To execute use the following in the command prompt while your environment is active: