Update Makefile
This commit is contained in:
8
Makefile
8
Makefile
@@ -7,10 +7,10 @@ SHELL = /bin/bash
|
|||||||
|
|
||||||
.DEFAULT: make
|
.DEFAULT: make
|
||||||
make:
|
make:
|
||||||
@echo "[+]make prepare-dev"
|
#@echo "[+]make prepare-dev"
|
||||||
sudo apt-get -y install python3.7 python3-pip
|
#sudo apt-get -y install python3.7 python3-pip
|
||||||
pip3 install -r requirements.txt
|
#pip3 install -r requirements.txt
|
||||||
pip3 install pyinstaller
|
#pip3 install pyinstaller
|
||||||
|
|
||||||
#@echo "[+]Set CLOUDSCRAPER_PATH variable"
|
#@echo "[+]Set CLOUDSCRAPER_PATH variable"
|
||||||
#export cloudscraper_path=$(python3 -c 'import cloudscraper as _; print(_.__path__[0])' | tail -n 1)
|
#export cloudscraper_path=$(python3 -c 'import cloudscraper as _; print(_.__path__[0])' | tail -n 1)
|
||||||
|
|||||||
Reference in New Issue
Block a user