Update README.md

This commit is contained in:
codeking 2026-03-24 16:40:07 +01:00
parent ff43776171
commit 8201bd3b0a

View file

@ -1,3 +1,34 @@
# sp-hydra-veil-cli # sp-hydra-veil-cli
The `sp-hydra-veil-cli` command line interface is the reference implementation of the `sp-hydra-veil-core` library. The `sp-hydra-veil-cli` command line interface is the reference implementation of the `sp-hydra-veil-core` library.
## Build Instructions
### Presumptions
* Your system is configured to use the Simplified Privacy package registry [1].
### Prerequisites
* `build`
* `twine`
To install them, activate your `venv`, if necessary, and run:
```bash
pip install build twine
```
### Build Steps
* Activate your `venv`, if necessary, and run:
```bash
rm -rf ./dist/*
python3 -m build
python3 -m twine upload --repository forgejo ./dist/*
```
---
[1] https://forgejo.org/docs/v14.0/user/packages/pypi/#configuring-the-package-registry