Skip to content

Commit d02d2c0

Browse files
committed
Update project-contributions.md to specify that c2pa-rs is the library to look for the version number. Update example version number to today's current version.
1 parent ae5be2a commit d02d2c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/project-contributions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ pip install -r requirements.txt
2828
pip install -r requirements-dev.txt
2929
```
3030

31-
Download library artifacts for the current version you want, (for example, as shown below for v0.55.0):
31+
Download [c2pa-rs library artifacts](https://github.com/contentauth/c2pa-rs/tags) for the current version you want, (for example, as shown below for v0.73.1):
3232

3333
```bash
34-
python scripts/download_artifacts.py c2pa-v0.55.0
34+
python scripts/download_artifacts.py c2pa-v0.73.1
3535
```
3636

3737
Install the package in development mode:

0 commit comments

Comments
 (0)