Skip to content

Commit 82f35bf

Browse files
authored
Merge pull request #10 from hx2A/fixmakefile
use wildcard for pip install
2 parents c9fc064 + faadeb6 commit 82f35bf

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
@@ -16,7 +16,7 @@ $(py5jupyter_build): $(py5jupyter_ts) $(py5jupyter_py)
1616

1717
install: $(py5jupyter_installed)
1818
$(py5jupyter_installed): $(py5jupyter_build)
19-
pip install ./dist/py5jupyter-0.2.0a0.tar.gz
19+
pip install ./dist/py5jupyter*.tar.gz
2020
touch $(py5jupyter_installed)
2121

2222
clean:

0 commit comments

Comments
 (0)