Skip to content

Update installation instructions

This merge request aims to update the installation instructions as detailed in issues #67 and #64:

  • Update the information in the INSTALL file. Include development install instructions.
  • Update setup.py so that the supported Python versions are 3.6 and 3.7.
  • Check other places to see if there are references to specific Python versions where it could just be a generic Python3 reference. One example is the usage of f2py in some places.
  • Update the documentation to be consistent with these changes.
  • Update the documentation so that it is clear what Python versions are supported.
  • Spell check the changes!
Edited by Anders Lervik

Merge request reports