Skip to content

Commit de89a87

Browse files
committed
Add link to examples dir
1 parent e625fb6 commit de89a87

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ Features:
1313

1414
## Prerequisites
1515

16+
This library requires Python version 3.10+.
17+
1618
## Package installation
1719

1820
Install the c2pa-python package from PyPI by running:
@@ -29,6 +31,8 @@ import c2pa
2931

3032
## Examples
3133

34+
See the [`examples` directory](https://github.com/contentauth/c2pa-python/tree/main/examples) for some helpful examples.
35+
3236
### Signing and verifying assets
3337

3438
The `examples/sign.py` script shows how to sign and verify an asset with a C2PA manifest.
@@ -37,8 +41,6 @@ The `examples/sign.py` script shows how to sign and verify an asset with a C2PA
3741

3842
The `examples/training.py` script demonstrates how to add a "Do Not Train" assertion to an asset and verify it.
3943

40-
41-
4244
## Contributing
4345

4446
Contributions are welcome! For more information, see [Contributing to the project](https://github.com/contentauth/c2pa-python/blob/main/docs/project-contributions.md).

0 commit comments

Comments
 (0)