From 3d6b4757f1d4ae4f51ebff0c06476ce5ddd6b5ec Mon Sep 17 00:00:00 2001 From: Andrei Date: Fri, 4 Oct 2024 17:49:51 +0300 Subject: [PATCH] Update Makefile --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e68cae9..6526eb1 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,8 @@ install: - cd src/ && pip install -e . + pip3 install -e . + +remove: + pip3 uninstall python3_anticaptcha -y tests: install coverage run --rcfile=.coveragerc -m pytest --verbose --showlocals --pastebin=all tests --disable-warnings && \