Skip to content

Commit 37bc58a

Browse files
committed
fix: Library loader
1 parent c171ed6 commit 37bc58a

File tree

3 files changed

+1156
-549
lines changed

3 files changed

+1156
-549
lines changed

Makefile

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,10 @@
33
# Start from clean env: Delete `.venv`, then `python3 -m venv .venv`
44
# Pre-requisite: Python virtual environment is active (source .venv/bin/activate)
55

6-
release:
7-
cargo build --release
8-
96
build-python:
10-
rm -rf c2pa/c2pa
117
python3 -m pip uninstall -y maturin
12-
python3 -m pip uninstall -y uniffi
138
python3 -m pip install -r requirements.txt
14-
maturin develop
9+
pip install -e .
1510

1611
test:
1712
python3 ./tests/test_unit_tests.py

0 commit comments

Comments
 (0)