From 98259deef487cb5c0354e286655197befb86102c Mon Sep 17 00:00:00 2001
From: Christoph Knote <christoph.knote@med.uni-augsburg.de>
Date: Sun, 1 May 2022 06:46:58 +0000
Subject: [PATCH] Update README.md

---
 README.md | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/README.md b/README.md
index 4172b6e..34406af 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.
-- 
GitLab