I am very new to python and need help installing the pycurl library on my machine. I am running python 2.7 at the moment. A brief tutorial would be much appreciated.
Use one of the two methods
Method 1: sudo easy_install pycurl
Method 2: pip install pycurl