From 8c69345dbf524409ed30c7e86f6b825f8c10cfcd Mon Sep 17 00:00:00 2001 From: Andrei Date: Mon, 29 Apr 2024 19:54:47 +0300 Subject: [PATCH] Update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 641cbe71..fe4d4102 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ install: - cd src/ && pip3 install -e . + pip3 install -e . remove: pip3 uninstall python_rucaptcha -y