python 3 beautifulsoup 윈도우 설치 출처 : http://for-ref-only.blogspot.kr/2012/08/installing-beautifulsoup-for-python-3.html http://www.crummy.com/software/BeautifulSoup/bs4/download/4.3/다운 받았다고 가정 cmd : cd C:\Python34\Scriptseasy_install.exe (beautifulsoup 경로)beautifulsoup4-4.3.2.tar.gz C:\Python34\site-packages 폴더에 .egg 파일 나오는데 압축 풀어주면 된다.>>> import bs4 더보기 이전 1 2 3 4 5 6 7 ··· 9 다음