Skip to content

Commit

Permalink
Update from review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
CindyvdVries committed Oct 1, 2024
1 parent 5d8052f commit 9f87389
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Switch to this environment and use `poetry` to restore the package dependencies.
#### conda:


<span style="color:orange">**⚠ 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!**
<span style="color:orange">**⚠ 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))!**
</span>

- Create `conda` environment
Expand Down
6 changes: 3 additions & 3 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <env_name> python=3.11
$ conda create -y -c pip --name <env_name> python=3.11
```

2. Activate the newly created environment
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 9f87389

Please sign in to comment.