build: Add env target to setup jupyter and micropython kernel
This commit is contained in:
parent
745e8bb55b
commit
aa5f7c63b5
3 changed files with 1990 additions and 1 deletions
4
Makefile
4
Makefile
|
|
@ -40,3 +40,7 @@ clean:
|
|||
rm -rf src/__pycache__
|
||||
rm -f src/*.pyc
|
||||
rm -f src/*.mpy
|
||||
|
||||
env:
|
||||
poetry install
|
||||
$(VENV) python -m jupyter_micropython_kernel.install
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue