Skip to content

Commit 1cc6b6b

Browse files
committed
Update "make install" target
1 parent a777d34 commit 1cc6b6b

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
@@ -10,7 +10,7 @@ build:
1010
$(PYTHON) setup.py build
1111

1212
install:
13-
$(PIP) install --no-index --ignore-installed .
13+
$(PIP) install --no-index --upgrade .
1414

1515
check:
1616
$(PYTHON) tests/rundoctest.py

0 commit comments

Comments
 (0)