diff --git a/README.md b/README.md index 4172b6eccfde64c1ef8620857842b0b7eb74e8f4..34406af8954d7f96f399f676a96fb191bd38ad73 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,14 @@ ``icartt`` is an ICARTT format reader and writer +## Installation + +The package is available on [PyPI](https://pypi.org/project/icartt/), install via + +``` +pip install icartt +``` + ## Documentation Please have a look at docs/source/usage.rst for usage examples. Full documentation is in preparation.