install requests

CODEDRAGON Development/Python

반응형


 

 

install requests

http://docs.python-requests.org/en/latest/user/install/#install


 

 

 

 

requests 패키지 설치

pip install requests

C:\Python\Python36-32\Scripts>pip install requests

Collecting requests

  Downloading requests-2.18.3-py2.py3-none-any.whl (88kB)

    100% |████████████████████████████████| 92kB 653kB/s

Collecting idna<2.6,>=2.5 (from requests)

  Using cached idna-2.5-py2.py3-none-any.whl

Collecting urllib3<1.23,>=1.21.1 (from requests)

  Using cached urllib3-1.22-py2.py3-none-any.whl

Collecting chardet<3.1.0,>=3.0.2 (from requests)

  Using cached chardet-3.0.4-py2.py3-none-any.whl

Collecting certifi>=2017.4.17 (from requests)

  Using cached certifi-2017.7.27.1-py2.py3-none-any.whl

Installing collected packages: idna, urllib3, chardet, certifi, requests

Successfully installed certifi-2017.7.27.1 chardet-3.0.4 idna-2.5 requests-2.18.3 urllib3-1.22

 

C:\Python\Python36-32\Scripts>

 

 


반응형

'Development > Python' 카테고리의 다른 글

Ipython  (0) 2018.01.25
set(세트; 집합)  (0) 2018.01.19
PyQt API - PyQt5 Reference Guide, PyQt4 Reference Guide  (0) 2018.01.08
Plotly for Python  (0) 2018.01.06
PyQt5 tutorial  (0) 2017.12.27