Trying to install the python library pycurl on my Windows machine. I already have pip set up so I'm using the command, "pip install pycurl". However I get this in the error logs -
Please specify --curl-dir=/path/to/built/libcurl
Complete output from command python setup.py egg_info:
Please specify --curl-dir=/path/to/built/libcurl
I tried using the --curl-dir tag but it is not recognized.