diff --git a/README.md b/README.md index 2df1e3b..2ca8335 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Seven test modules covering the full specification: envelope structure, signatur ## Quick start ```bash -pip install trace-tests +pip install agentrust-trace-tests trace-tests verify --record path/to/trust-record.jwt --level 1 ``` diff --git a/docs/quickstart.md b/docs/quickstart.md index c8ae219..cdd15b1 100644 --- a/docs/quickstart.md +++ b/docs/quickstart.md @@ -3,9 +3,12 @@ ## Install ```bash -pip install trace-tests +pip install agentrust-trace-tests ``` +The distribution is `agentrust-trace-tests`; `trace-tests` is the command it +installs. `pip install trace-tests` returns 404. + ## Create a sample fixture The test suite runs against a signed TRACE Trust Record. Generate a Level 0 development record with the `agentrust-trace` library: