Skip to content

Commit

Permalink
make install, fixes #901, thanks Krzysztof
Browse files Browse the repository at this point in the history
  • Loading branch information
mdipierro committed Sep 29, 2024
1 parent 5b6b56c commit 539c3e1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,5 @@ build: clean assets
python -m build
deploy: build
python -m twine upload dist/*
install:
python -m pip install .

0 comments on commit 539c3e1

Please sign in to comment.