Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down
5 changes: 4 additions & 1 deletion docs/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down