From d71ece4cfee472701157269c53ae7581fd82f7a9 Mon Sep 17 00:00:00 2001 From: Martin Bergemann <bergemann@dkrz.de> Date: Tue, 21 Jun 2022 12:32:35 +0000 Subject: [PATCH] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2576f05..9f819b0 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 -- GitLab