[DOC] add some doc to test with pipx

This commit is contained in:
Edouard DUPIN 2025-01-11 16:36:48 +01:00
parent 3089c34365
commit 250c02bf2f

View File

@ -85,6 +85,11 @@ source .venv/bin/activate
pip install --editable . pip install --editable .
``` ```
test install with pipx:
```bash
pipx install .
```
Run the application . ```island --help``` Run the application . ```island --help```
Manual set in production: Manual set in production:
@ -92,7 +97,9 @@ Manual set in production:
install generic tools for deployment install generic tools for deployment
```bash ```bash
pip3 install build
pip3 install twine pip3 install twine
pip3 install keyrings.alt
``` ```
Create the new version: Create the new version: