Update README.md
All checks were successful
Safety / security (push) Successful in 8s

This commit is contained in:
2026-01-04 21:18:18 -06:00
parent 6e28f908be
commit 1b0aaad689

View File

@@ -14,29 +14,19 @@ A simple way to serve pages and files over the [Reticulum network](https://retic
- [ ] Move to single small and rootless docker image
- [ ] Codebase cleanup
- [ ] Update PyPI publishing workflow
- [ ] Update PyPI publishing workflow to Gitea
## Usage
```bash
# Pip
# May require --break-system-packages
pip install rns-page-node
# Pipx
pipx install rns-page-node
# uv
pipx install git+https://git.quad4.io/RNS-Things/rns-page-node.git
# Pipx via Git
pipx install git+https://git.quad4.io/RNS-Things/rns-page-node.git
# UV
uv venv
source .venv/bin/activate
uv pip install rns-page-node
# Pipx via Git
pipx install git+https://git.quad4.io/RNS-Things/rns-page-node.git
uv pip install git+https://git.quad4.io/RNS-Things/rns-page-node.git
```
## Usage