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 4ffae83 commit 0e318e2Copy full SHA for 0e318e2
Makefile
@@ -4,6 +4,7 @@
4
# Pre-requisite: Python virtual environment is active (source .venv/bin/activate)
5
build-python:
6
python3 -m venv .venv
7
+ rm -rf c2pa/c2pa
8
python3 -m pip uninstall maturin
9
python3 -m pip uninstall uniffi
10
python3 -m pip install -r requirements.txt
0 commit comments