audit-labs/evidence-seal

Tamper-evident seals and chain of custody for audit evidence.

clone: git clone https://gitbay.org/audit-labs/evidence-seal.git

3b82dd31a98561955ed47bcdb3ab634fc171e9af

verified · cmc

author: Christian Cleberg <hello@cleberg.net> · 2026-08-07T03:05:38Z

Document PyPI install
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 5254278..cae5d1c 100644
--- a/README.md
+++ b/README.md
@@ -28,10 +28,10 @@ timestamping needs `asn1crypto` (`evidence-seal[timestamp]`).
 
 ```bash
 # Core is pure standard library; extras add signing + timestamping.
-pip install "evidence-seal[sign,timestamp] @ git+https://github.com/audit-labs/evidence-seal"
+pip install "evidence-seal[sign,timestamp]"
 
 # Or, for the zero-dependency core, drop the extras:
-pip install "evidence-seal @ git+https://github.com/audit-labs/evidence-seal"
+pip install evidence-seal
 ```
 
 To hack on it from a clone instead, see [Development](#development).