From e6a92aae4fbbccb9e20c3ab41f9c807de3ffa4a8 Mon Sep 17 00:00:00 2001 From: Mike Crute Date: Sun, 5 Jun 2011 12:27:14 -0400 Subject: Updating the README file. --- README | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README b/README index e3bace0..6d58109 100644 --- a/README +++ b/README @@ -2,9 +2,11 @@ I want to interact with github issues using python. I'm following these docs: http://developer.github.com/v3/issues/ -This code uses subprocess and curl. It doesn't create a shell though, -so security risks are limited. +This code uses the nifty requests library. You can get it with pip or +easy_install:: -I welcome patches that replace using curl at the command-line with -something that either uses the pycurl, or something from the standard -library, or something like the requests or httplib2 libraries. + pip install requests + +or + + easy_install requests -- cgit v1.2.3