Skip to content

Commit 720d81a

Browse files
author
Rand McKinney
committed
Add force reinstall cmd
1 parent fc871cd commit 720d81a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

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

1717
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.
1818

19+
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:
20+
21+
```
22+
pip install --upgrade --force-reinstall c2pa-python
23+
```
24+
1925
## Usage
2026

2127
### Import

0 commit comments

Comments
 (0)