Skip to content

Commit 4ffae83

Browse files
committed
Make file
1 parent 42fe14e commit 4ffae83

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

Makefile

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22

33
# Start from clean env: Delete `.venv`, then `python3 -m venv .venv`
44
# Pre-requisite: Python virtual environment is active (source .venv/bin/activate)
5-
build-python: release
6-
python3 -m venv .venv
7-
source .venv/bin/activate
8-
python3 -m pip install -r requirements.txt
9-
maturin develop
5+
build-python:
6+
python3 -m venv .venv
7+
python3 -m pip uninstall maturin
8+
python3 -m pip uninstall uniffi
9+
python3 -m pip install -r requirements.txt
10+
maturin develop

0 commit comments

Comments
 (0)