We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c9fc064 + faadeb6 commit 82f35bfCopy full SHA for 82f35bf
Makefile
@@ -16,7 +16,7 @@ $(py5jupyter_build): $(py5jupyter_ts) $(py5jupyter_py)
16
17
install: $(py5jupyter_installed)
18
$(py5jupyter_installed): $(py5jupyter_build)
19
- pip install ./dist/py5jupyter-0.2.0a0.tar.gz
+ pip install ./dist/py5jupyter*.tar.gz
20
touch $(py5jupyter_installed)
21
22
clean:
0 commit comments