Skip to content

Commit 427790c

Browse files
authored
Update Makefile
1 parent 824e939 commit 427790c

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

Makefile

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
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
build-python: release
6-
python3 -m venv .venv
7-
source .venv/bin/activate
8-
python3 -m pip install -r requirements.txt
9-
python3 -m pip install -r requirements-dev.txt
10-
maturin develop
6+
python3 -m venv .venv
7+
source .venv/bin/activate
8+
python3 -m pip install -r requirements.txt
9+
maturin develop

0 commit comments

Comments
 (0)