1/Python

[Python] 파이참 BeautifulSoup4/bs4 모듈 설치

_kiki_ 2020. 5. 29. 12:27

1)cmd 설치

설치 : cmd -> cd python 설치 위치 -> python -m pip install --upgrade pip -> pip install beautifulsoup4

확인 : python >> import bs4 //아래와 같이 화면이 나오면 설치 완료!

2)파이참 설치

File -> Settings -> Project Interpreter -> + -> beautifulsoup4 검색, 선택 -> install Package 클릭