You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,6 +35,7 @@ Removed:
35
35
- Improved error messages produced by `ImpactCalc.impact()` in case hazard type is not found in exposures/impf_set [#691](https://github.com/CLIMADA-project/climada_python/pull/691)
36
36
- Tests with long runtime were moved to integration tests in `climada/test`[#709](https://github.com/CLIMADA-project/climada_python/pull/709)
37
37
- Use `myst-nb` for parsing Jupyter Notebooks for the documentation instead of `nbsphinx`[#712](https://github.com/CLIMADA-project/climada_python/pull/712)
38
+
- Installation guide now recommends installing CLIMADA directly via `conda install`[#714](https://github.com/CLIMADA-project/climada_python/pull/714)
Copy file name to clipboardExpand all lines: README.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,13 @@ This is the Python (3.8+) version of CLIMADA - please see https://github.com/dav
19
19
20
20
## Getting started
21
21
22
-
CLIMADA runs on Windows, macOS and Linux. It can be installed from sources or - in case of climada_python - directly with pip. See the [installation guide](https://climada-python.readthedocs.io/en/latest/guide/install.html) for instructions.
22
+
CLIMADA runs on Windows, macOS and Linux.
23
+
The released versions of the CLIMADA core can be installed directly through Anaconda:
24
+
```shell
25
+
conda install -c conda-forge climada
26
+
```
27
+
It is **highly recommended** to install CLIMADA into a **separate** Anaconda environment.
28
+
See the [installation guide](https://climada-python.readthedocs.io/en/latest/guide/install.html) for further information.
23
29
24
30
Follow the [tutorial](https://climada-python.readthedocs.io/en/latest/tutorial/1_main_climada.html)`climada_python-x.y.z/doc/tutorial/1_main_climada.ipynb` in a Jupyter Notebook to see what can be done with CLIMADA and how.
Alternatively, download the file through your browser and place it into the workspace directory: :download:`env_climada.yml </../requirements/env_climada.yml>`
80
-
81
-
#. Instruct Anaconda to create a new environment called ``climada_env`` from the specification file:
If you prefer using Mamba, you should be able to simply replace all ``conda`` commands with ``mamba``, **except** ``conda activate`` and ``conda deactivate``.
489
+
If you prefer using Mamba, you should be able to simply replace all ``conda`` commands with ``mamba``.
518
490
Note that we can only provide **limited support** for Mamba installations!
0 commit comments