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: doc/getting-started/install.rst
+10-6Lines changed: 10 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ If you haven't already installed an environment management system like `Mamba`_
22
22
We recommend to use ``mamba`` (see :ref:`conda-instead-of-mamba`) which is available in the installer Miniforge, and can be installed as follows.
23
23
24
24
macOS and Linux
25
-
"""""""""""
25
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
26
26
27
27
* Open the "Terminal" app, copy-paste the two commands below, and hit enter:
28
28
@@ -38,16 +38,16 @@ macOS and Linux
38
38
* If you encounter ``Run 'mamba init' to be able to run mamba activate/deactivate ...``, please run ``mamba init zsh`` or ``mamba init``.
39
39
40
40
Windows
41
-
"""""""""""
41
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
42
42
43
43
* Download the Windows installer at the Install section from `Miniforge`_.
44
44
* Execute the installer. This will install Mamba and provide the "Miniforge Prompt" program as a command line replacement.
45
45
46
46
.. _install-choice:
47
47
48
-
-------------
48
+
---------------------------------------
49
49
Decide on Your Entry Level!
50
-
-------------
50
+
---------------------------------------
51
51
52
52
53
53
Depening on your level of expertise, we provide two different approaches:
@@ -307,6 +307,10 @@ To install CLIMADA Petals, we assume you have already installed CLIMADA Core wit
307
307
python -m pip install -e ./
308
308
309
309
310
+
---------------------------------------
311
+
Code Editors
312
+
---------------------------------------
313
+
310
314
JupyterLab
311
315
^^^^^^^^^^
312
316
@@ -434,9 +438,9 @@ Therefore, we recommend installing Spyder in a *separate* environment, and then
434
438
#. Set the Python interpreter used by Spyder to the one of ``climada_env``.
435
439
Select *Preferences* > *Python Interpreter* > *Use the following interpreter* and paste the iterpreter path you copied from the ``climada_env``.
436
440
437
-
-------------
441
+
---------------------------------------
438
442
Apps for working with CLIMADA
439
-
-------------
443
+
---------------------------------------
440
444
441
445
To work with CLIMADA, you will need an application that supports Jupyter Notebooks.
442
446
There are plugins available for nearly every code editor or IDE, but if you are unsure about which to choose, we recommend [JupyterLab](https://jupyterlab.readthedocs.io/en/stable/), [Visual Studio Code](https://code.visualstudio.com/) or [Spyder](https://www.spyder-ide.org/).
0 commit comments