Skip to content

Commit 18c6f8a

Browse files
Changed the part "getting started" of readme.md (#368)
* Changed the part "getting started" of readme.md Added a section ("install with pip") into "getting started" make the installation easier. Deleted the former guiding sentences ("download the latest release" and "install dependencies") * Update README.md-"Getting started" Emanuel rewrote the text about the installation and the installation guide Co-authored-by: Emanuel Schmid <[email protected]> * Update Readme.md -- Deleted a part Deleted the part which should belong to the installation guide itself Co-authored-by: Emanuel Schmid <[email protected]>
1 parent c0f427e commit 18c6f8a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,4 @@ Emanuel Schmid
2222
Chris Fairless
2323
Jan Wüthrich
2424
Zélie Standhanske
25+
Yue Yu

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This is the Python (3.8+) version of CLIMADA - please see https://github.com/dav
1818

1919
## Getting started
2020

21-
CLIMADA runs on Windows, macOS and Linux. Download the [latest release](https://github.com/CLIMADA-project/climada_python/releases). Install CLIMADA's dependencies specified in the downloaded file `climada_python-x.y.z/requirements/env_climada.yml` with conda. See the documentation for more [information on installing](https://climada-python.readthedocs.io/en/latest/guide/Guide_Installation.html).
21+
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/Guide_Installation.html) for instructions.
2222

2323
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.
2424

0 commit comments

Comments
 (0)