We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e3c05e commit 8763a4cCopy full SHA for 8763a4c
Makefile
@@ -4,7 +4,7 @@
4
# Pre-requisite: Python virtual environment is active (source .venv/bin/activate)
5
build-python:
6
rm -rf c2pa/c2pa
7
- python3 -m pip uninstall maturin
8
- python3 -m pip uninstall uniffi
+ python3 -m pip uninstall -y maturin
+ python3 -m pip uninstall -y uniffi
9
python3 -m pip install -r requirements.txt
10
maturin develop
0 commit comments