You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,8 @@ Features:
13
13
14
14
## Prerequisites
15
15
16
+
This library requires Python version 3.10+.
17
+
16
18
## Package installation
17
19
18
20
Install the c2pa-python package from PyPI by running:
@@ -29,6 +31,8 @@ import c2pa
29
31
30
32
## Examples
31
33
34
+
See the [`examples` directory](https://github.com/contentauth/c2pa-python/tree/main/examples) for some helpful examples.
35
+
32
36
### Signing and verifying assets
33
37
34
38
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
37
41
38
42
The `examples/training.py` script demonstrates how to add a "Do Not Train" assertion to an asset and verify it.
39
43
40
-
41
-
42
44
## Contributing
43
45
44
46
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