This commit is contained in:
Stepan 2026-04-17 00:01:16 +03:00
parent 014262d4b8
commit 56cf7ee440
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
sudo apt update && sudo apt install python3-pip
sudo apt update && sudo apt install python3-pip -y
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'