This commit is contained in:
Stepan 2026-04-13 19:23:53 +03:00
parent 0b72d12c19
commit b64e3ea55b
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
sudo apt update && sudo apt install python3-pip
pip install requests --break-system-packages
pip install urllib3 --break-system-packages
pip install 'requests[socks]' --break-system-packages
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'