InstallationΒΆ

Installation can simply be done from pip. PyHank requires NumPy and SciPy, but these will be installed by pip if necessary.

pip install pyhank

For use of the code, this is sufficient.


For development, and running the tests, the following are required:

  • pytest ~= 5.4.3
  • flake8 ~= 3.8.3
  • pytest-flake8 ~= 1.0.6
  • pytest-cov ~= 2.10.0

For building the documentation, the following are also required:

  • sphinx-gallery >= 0.7
  • matplotlib >= 3.2