<개발 환경 세팅>
Windows 10 / Visual studio code / python 3.7.3
Windows 10 / Jupyter / Python
1. Crolling 관련 python 라이브러리
apt install virtualenv
virtualenv 폴더명
cd 폴더명
source bin/activate
시작
apt install python3-pip
pip3 install beautifulsoup4 requests pandas
pip install pandas
pip install requests
pip install BeautifulSoup4
apt-get install bs4