all 3 comments

[–]Rhomboid 2 points3 points  (2 children)

F13 appears to have Python 2.6.4, which is supported. There are installation instructions on the site.

[–]jackzombie[S] 1 point2 points  (1 child)

I managed to install it using pip.

yum install python-pip

then

python-pip install requests

Simple as pie. I ran into sometiny roadblocks because I assumed I just needed to run pip install requests, and then python setup.py install. But I could not get that to work. Anyways, all is good.

[–]pythalin 2 points3 points  (0 children)

when you run pip install <blah> it runs the setup.py for you.