From 539c3e1eaf8c5f56db374be895e8ac63786c724d Mon Sep 17 00:00:00 2001 From: Massimo Di Pierro Date: Sun, 29 Sep 2024 13:56:49 -0700 Subject: [PATCH] make install, fixes #901, thanks Krzysztof --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 8098fb4c..e3bf5330 100644 --- a/Makefile +++ b/Makefile @@ -36,3 +36,5 @@ build: clean assets python -m build deploy: build python -m twine upload dist/* +install: + python -m pip install .