This commit is contained in:
Stepan 2026-04-16 23:58:44 +03:00
parent fc4df0b668
commit 430d174db2
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
sudo apt update && sudo apt install python3-pip
pip install requests --break-system-packages && echo 'yes'
pip install urllib3 --break-system-packages && echo 'yes'
pip install 'requests[socks]' --break-system-packages && echo 'yes'
echo yes