From bf28862f1f4200e0ae159652876bb190878e36ee Mon Sep 17 00:00:00 2001 From: Marcel Nijenhof Date: Mon, 3 Jan 2022 18:03:03 +0100 Subject: [PATCH] Update README: install via pypi --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 95533bb..c277248 100644 --- a/README.md +++ b/README.md @@ -12,12 +12,10 @@ how to use it. ## Installing -The package is not available on [PyPI](https://pypi.org/). -At the moment the package is hosted at https://marceln.org/download/python. +Just install the package with 'pip': -You can install the package with pip: ``` -pip install --extra-index-url https://marceln.org/download/python lmwsip +pip install lmwsip ``` ## Examples