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 2d971e3 commit 11e909fCopy full SHA for 11e909f
Makefile
@@ -3,9 +3,12 @@
3
# Start from clean env: Delete `.venv`, then `python3 -m venv .venv`
4
# Pre-requisite: Python virtual environment is active (source .venv/bin/activate)
5
6
+release:
7
+ cargo build --release
8
+
9
build-python:
10
rm -rf c2pa/c2pa
11
python3 -m pip uninstall -y maturin
12
python3 -m pip uninstall -y uniffi
13
python3 -m pip install -r requirements.txt
- maturin develop
14
+ maturin develop
0 commit comments