From 2fb8ef2c460fbb5fb6f0a1d8d3a8d3ade4d44b17 Mon Sep 17 00:00:00 2001 From: srz_zumix Date: Sat, 26 Oct 2024 12:17:36 +0900 Subject: [PATCH] up --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d2236a6..a37c56c 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ defaut: help install: wandbox/*.py ## install self - python setup.py install + python -m pip install . install-test-deps: ## install test dependencies pip install -e.[test]