Skip to content
Merged
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
4 changes: 2 additions & 2 deletions docs/project-contributions.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ pip install -r requirements.txt
pip install -r requirements-dev.txt
```

Download library artifacts for the current version you want, (for example, as shown below for v0.55.0):
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):

```bash
python scripts/download_artifacts.py c2pa-v0.55.0
python scripts/download_artifacts.py c2pa-v0.73.1
```

Install the package in development mode:
Expand Down
Loading