This commit is contained in:
2023-11-25 20:38:36 +01:00
parent a6eeb26534
commit 2a3fddea3d
2 changed files with 46 additions and 70 deletions

17
setup.sh Normal file → Executable file
View File

@@ -1,8 +1,15 @@
#!/bin/sh
#!/bin/bash
python -m venv .venv
source .venv/bin/activate
#pip3 install jawanndenn
pip3 install requests
pip3 install BeautifulSoup4
#pip3 install requests
#pip3 install BeautifulSoup4
#pip3 install colorama
#pip3 install selenium
#NON PIU UTILIZZATI
#pip3 install cloudscraper
#pip3 install json
pip3 install colorama
#echo "USA LO SCRIPT ALL'INTERNO DEL VENV"
#echo "PER USCIRE SCRIVI 'deactivated'"