[DOC] add some doc to test with pipx
This commit is contained in:
parent
3089c34365
commit
250c02bf2f
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user