Absolute paths for storing wisdom
- pypho_setup.py now uses absolute paths (using os.path.dirname()) for storing fftw wisdom. this way you can use pypho without cd-ing to it's directory
- requirements.txt added for easy installation using pip
- (.gitignore updated to ignore cache and wisdom files)