From c9e87257a7d8c05d3f2cbc0b4684b76948114bb5 Mon Sep 17 00:00:00 2001 From: Yoshiko2 <42309414+yoshiko2@users.noreply.github.com> Date: Thu, 29 Oct 2020 14:32:17 +0800 Subject: [PATCH] Update Makefile --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index c92a6f9..cdfd29b 100644 --- a/Makefile +++ b/Makefile @@ -7,10 +7,10 @@ SHELL = /bin/bash .DEFAULT: make make: - @echo "[+]make prepare-dev" - sudo apt-get -y install python3.7 python3-pip - pip3 install -r requirements.txt - pip3 install pyinstaller + #@echo "[+]make prepare-dev" + #sudo apt-get -y install python3.7 python3-pip + #pip3 install -r requirements.txt + #pip3 install pyinstaller #@echo "[+]Set CLOUDSCRAPER_PATH variable" #export cloudscraper_path=$(python3 -c 'import cloudscraper as _; print(_.__path__[0])' | tail -n 1)