Skip to content

Commit eec2487

Browse files
fixed compiling headers issues
1 parent c0681bd commit eec2487

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

doc/getting-started/install.rst

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ If you haven't already installed an environment management system like `Mamba`_
2222
We recommend to use ``mamba`` (see :ref:`conda-instead-of-mamba`) which is available in the installer Miniforge, and can be installed as follows.
2323

2424
macOS and Linux
25-
"""""""""""
25+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2626

2727
* Open the "Terminal" app, copy-paste the two commands below, and hit enter:
2828

@@ -38,16 +38,16 @@ macOS and Linux
3838
* If you encounter ``Run 'mamba init' to be able to run mamba activate/deactivate ...``, please run ``mamba init zsh`` or ``mamba init``.
3939

4040
Windows
41-
"""""""""""
41+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4242

4343
* Download the Windows installer at the Install section from `Miniforge`_.
4444
* Execute the installer. This will install Mamba and provide the "Miniforge Prompt" program as a command line replacement.
4545

4646
.. _install-choice:
4747

48-
-------------
48+
---------------------------------------
4949
Decide on Your Entry Level!
50-
-------------
50+
---------------------------------------
5151

5252

5353
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
307307
python -m pip install -e ./
308308
309309
310+
---------------------------------------
311+
Code Editors
312+
---------------------------------------
313+
310314
JupyterLab
311315
^^^^^^^^^^
312316

@@ -434,9 +438,9 @@ Therefore, we recommend installing Spyder in a *separate* environment, and then
434438
#. Set the Python interpreter used by Spyder to the one of ``climada_env``.
435439
Select *Preferences* > *Python Interpreter* > *Use the following interpreter* and paste the iterpreter path you copied from the ``climada_env``.
436440

437-
-------------
441+
---------------------------------------
438442
Apps for working with CLIMADA
439-
-------------
443+
---------------------------------------
440444

441445
To work with CLIMADA, you will need an application that supports Jupyter Notebooks.
442446
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

Comments
 (0)