Python/Python
BeautifulSoup/ requests / LXML 모듈
java나유
2022. 9. 22. 00:21
크롤링을 위한 모듈3개 설치 방법
BeautifulSoup
명령 프로픔트 실행
명령 CMD
cd\
cd C:\Users\tjoeun\AppData\Local\Programs\Python\Python310 (파이썬 경로)
cd Scripts
dir/w (생략가능)
pip install beautifulsoup4

위 방식과 동일하게
pip install requests
pip install LXML

를 설치하면 된다.
728x90