From c3888238839cfafc745c741b862814115269afe9 Mon Sep 17 00:00:00 2001 From: phil Date: Sun, 1 Dec 2024 06:03:11 +0100 Subject: [PATCH] Update README --- README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 374778a..e2a7d99 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,14 @@ ## Installation -Use `uv` (). -Easy way to install `uv` on Debian: +```sh +PIP_EXTRA_INDEX_URL=https://pypi.org/simple/ pip install --index-url https://philo.ydns.eu/code/api/packages/Philome/pypi/simple/ sms-handler +``` + +Debian and other systems require using `pipx` `pip`: ```sh -apt install -y pipx && pipx install uv +sudo apt install -y pipx +PIP_EXTRA_INDEX_URL=https://pypi.org/simple/ pipx install --index-url https://philo.ydns.eu/code/api/packages/Philome/pypi/simple/ sms-handler ``` ## Configuration @@ -69,7 +73,7 @@ Use `podman` or `docker`: podman run tiptop:5000/sms_handler ``` -**Note**: the container is not published publicly yet. +**Note**: the container is not published publicly yet! Pass parameters like this: