Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdctop authored Oct 29, 2020
1 parent efcf38b commit c9e8725
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit c9e8725

Please sign in to comment.