Skip to content

Absolute paths for storing wisdom

Hopfmueller, Joseph requested to merge 000000003B9B3E61/pypho:main into master
  • 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)

Merge request reports