contentauth / c2pa-python

Python binding for c2pa-rs library
Apache License 2.0
23 stars 7 forks source link

README cleanup #10

Closed crandmck closed 7 months ago

crandmck commented 7 months ago

@gpeacock QUESTION:

Should we say to do this if you tried before unsuccessfully to install ?

pip install --upgrade --force-reinstall c2pa-python
gpeacock commented 7 months ago

The --upgrade command will install the latest version. The --force_reinstall will remove older versions and install the latest version. So you probably don't need both. I usually just run --force_reinstall since it will ensure the latest is there and also remove older, possibly buggy versions.