Skip to content

Commit cacca87

Browse files
Update Makefile
1 parent 9398696 commit cacca87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ venv: clean
66
virtualenv --python=python venv
77

88
install: venv
9-
. venv/bin/activate; pip install -r test/requirements.txt
9+
. venv/bin/activate; pip install -r test/requirements.txt
1010
. venv/bin/activate; python setup.py install
1111
. venv/bin/activate; pip install -r requirements.txt
1212

0 commit comments

Comments
 (0)