Skip to content

Commit bcba96d

Browse files
authored
Update README.md
Explain when and how to update
1 parent 70a0c46 commit bcba96d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,16 @@ pip install -U c2pa-python
1818

1919
This is a platform wheel built with Rust that works on Windows, macOS, and most Linux distributions (using [manylinux](https://github.com/pypa/manylinux)). If you need to run on another platform, see [Development](#development) for information on how to build from source.
2020

21+
### Updating
22+
23+
Determine what version you've got by entering this command:
24+
25+
```
26+
pip list | grep c2pa-python
27+
```
28+
29+
If the version shown is lower than the most recent version, then update by [reinstalling](#installation).
30+
2131
### Reinstalling
2232

2333
If you tried unsuccessfully to install this package before the [0.40 release](https://github.com/contentauth/c2pa-python/releases/tag/v0.4), then use this command to reinstall:

0 commit comments

Comments
 (0)