From 29fc8ad7e83ec96c670254a03cf1eaf8451769bf Mon Sep 17 00:00:00 2001 From: Mark Piper Date: Tue, 17 Dec 2024 15:49:12 -0700 Subject: [PATCH] Don't do an editable install --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b1e99f2..620a8a0 100644 --- a/Makefile +++ b/Makefile @@ -87,4 +87,4 @@ dist: clean ## builds source and wheel package ls -l dist install: clean ## install the package to the active Python's site-packages - python -m pip install --no-build-isolation --editable . -v + python -m pip install . -v