CODEDRAGON ㆍDevelopment/Python
install requests
http://docs.python-requests.org/en/latest/user/install/#install
pip 위치로 이동
파이썬이 설치된 폴더 하위에 Scripts 폴더에 위치해 있습니다.
C:\Python\Python36-32\Scripts
cd C:\Python\Python36-32\Scripts
C:\CodeLab>cd C:\Python\Python36-32\Scripts
C:\Python\Python36-32\Scripts> |
BeautifulSoup 설치
pip install beautifulsoup4
C:\Python\Python36-32\Scripts>pip install beautifulsoup4 Collecting beautifulsoup4 Downloading beautifulsoup4-4.6.0-py3-none-any.whl (86kB) 100% |████████████████████████████████| 92kB 511kB/s Installing collected packages: beautifulsoup4 Successfully installed beautifulsoup4-4.6.0
C:\Python\Python36-32\Scripts> |
'Development > Python' 카테고리의 다른 글
Visual Studio Code에 파이썬 Extension 설치하기 (0) | 2017.09.15 |
---|---|
PTVS; Python Tools for Visual Studio 설치하기 (0) | 2017.09.09 |
네이버 실시간 급상승 검색어 순위. 네이버 실시간 급상승 검색어 순위가 표시되는 요소 확인하기 (0) | 2017.08.27 |
PyCharm 2017.2 설치하기 (0) | 2017.08.22 |
PyQt5 설치 - pip 위치로 이동, PyQt5 설치, PyQt5 Designer 설치, 패키지 설치 확인하기 (0) | 2017.08.16 |