Skip to content

Commit 0bc1ef0

Browse files
author
Sam Harrison
committed
fix: drop the unnecessary python install step
1 parent bd151a8 commit 0bc1ef0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ venv:
55
virtualenv --python=python venv
66

77
install: venv
8-
. venv/bin/activate; python setup.py install
98
. venv/bin/activate; pip install .
109

1110
test-install:

0 commit comments

Comments
 (0)