Skip to content

Commit

Permalink
update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Filimoa committed Dec 5, 2024
1 parent fcd4819 commit 8f48957
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
SHELL=/bin/bash
PYTHON = python
PIP = $(VENV_DIR)/bin/pip

.venv:
$(PYTHON) -m venv $(VENV_DIR)
$(PIP) install -U pip setuptools wheel
$(PIP) install maturin

install:
unset CONDA_PREFIX && \
Expand Down

0 comments on commit 8f48957

Please sign in to comment.