code4lib / shortimer

a webapp for code4lib jobs
http://jobs.code4lib.org
40 stars 15 forks source link

Add python-dev package dependency in setup instructions #55

Closed ryanfb closed 8 years ago

ryanfb commented 8 years ago

Without this, I get the error message SystemError: Cannot compile 'Python.h'. Perhaps you need to install python-dev|python-devel. when trying to run pip install -r requirements.txt.

edsu commented 8 years ago

Yes, I bet python-dev is required for numpy?