D
D
daniel12014-01-30 20:48:05
Python
daniel1, 2014-01-30 20:48:05

Installing requests library for python on windows 8

Hello. I have a problem. Failed to install the requests library. There are installation methods on the site, you can use the pip utility to install it, but on Windows it is extremely inconvenient to use it (I did not succeed). I tried to download the code, but it didn't work to put together a lot of files. Is there anyone who installed this library? Give advice.
PS Sorry for such a stupid question, I just recently started to learn Python
Link to this library on Habré
Link to the library support site

Answer the question

In order to leave comments, you need to log in

1 answer(s)
I
Igor Alyakimov, 2014-01-30
@daniel1

Pip is quite handy in windows environment
Run command cmd.exe
Next go to
cd \Python27\scripts directory
pip install requests or easy_install requests

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question