◎ root 사용자 변경
sudo -i 

◎ get-pip.py 다운로드
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py

◎ pip 설치
python3 get-pip.py 

◎ requests 설치
python3 -m pip install requests 

◎ Selenium 설치
python3 -m pip install selenium 

◎ beautifulsoup4 설치
python3 -m pip install beautifulsoup4

기본 패키지 설치
반응형

+ Recent posts