python.exe -m pip install --upgrade pip
cd 파이썬 스크립트 폴더 위치
"pip install bs4"로 beautifulsoup 라이브러리 설치
pip 버전이 낮아 불가?
cdm실행 후 파이썬 설치위치로 이동후
python -m pip install --upgrade pip
입력
pip uninstall google_images_download(패키지이름)
pip list
라이브러리는 꾸준히 없데이트되기도 하기 때문에 사용할 때 업그레이드를 해주면 좋다.
pip instatll --upgrade Library명