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 c171ed6 commit 37bc58aCopy full SHA for 37bc58a
Makefile
@@ -3,15 +3,10 @@
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
14
- maturin develop
+ pip install -e .
15
16
test:
17
python3 ./tests/test_unit_tests.py
0 commit comments