From 250c02bf2f29d13217c2d552a62d0503c6cca729 Mon Sep 17 00:00:00 2001 From: Edouard DUPIN Date: Sat, 11 Jan 2025 16:36:48 +0100 Subject: [PATCH] [DOC] add some doc to test with pipx --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 77e30c9..518e904 100644 --- a/README.md +++ b/README.md @@ -85,6 +85,11 @@ source .venv/bin/activate pip install --editable . ``` +test install with pipx: +```bash +pipx install . +``` + Run the application . ```island --help``` Manual set in production: @@ -92,7 +97,9 @@ Manual set in production: install generic tools for deployment ```bash +pip3 install build pip3 install twine +pip3 install keyrings.alt ``` Create the new version: