diff --git a/README.md b/README.md
index 2576f05edece31f5073b37b86dae6d027eea5fa4..9f819b092b0b00904e80f82dca78fc7e7b91f41a 100644
--- a/README.md
+++ b/README.md
@@ -9,9 +9,8 @@ optimal chunksize of around 128 MB.
 To install the cli simply use the following pip command:
 
 ```bash
-pip install (--user) https://gitlab.dkrz.de/ch1187/rechunk-data/-/archive/2206.0.2/rechunk-data-2206.0.2.zip
-```
-User the `--user` flag if you do not have super user rights and are not using `anaconda`, `pipenv` or `virtual env`
+python -m pip install rechunk-data --extra-index-url https://gitlab.dkrz.de/api/v4/projects/66397/packages/pypi/simple
+Use the `--user` flag if you do not have super user rights and are not using `anaconda`, `pipenv` or `virtual env`
 
 ## Usage
 ### Using the python module