Skip to content

Commit

Permalink
Add installation-warning to Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhuppmann authored Apr 25, 2024
1 parent 7b46e61 commit 39c8f49
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,25 @@ for more information about the pyam data model
or look at the [data-table tutorial](https://pyam-iamc.readthedocs.io/en/stable/tutorials/data_table_formats.html)
to see how to cast from a variety of timeseries formats to a **pyam.IamDataFrame**.

Installation
------------

### pip

> [!WARNING]
> The **pyam** package is distributed on https://pypi.org under the name **pyam-iamc**.
Please install using
```
pip install pyam-iamc
```

### conda
Please install using
```
conda install pyam
```

Tutorials
---------

Expand Down

0 comments on commit 39c8f49

Please sign in to comment.