From 18e6701b81817aeb03d8b5c1c7c103981eaae724 Mon Sep 17 00:00:00 2001 From: Eddy del Valle Pino Date: Sat, 10 Jun 2023 19:59:09 +0200 Subject: [PATCH] Remove unnecesarry `python setup.py develop` command in Makefile Signed-off-by: Eddy del Valle Pino --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 061c2ea..32c3511 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,6 @@ install: yarn install pip install --upgrade pip pip install -e .[dev] - python setup.py develop watch-js: node esbuild.conf.js -w