Skip to content

Commit

Permalink
Merge pull request #32 from jkrimmer/patch-1
Browse files Browse the repository at this point in the history
Update README.md for Python 3.12
  • Loading branch information
scivision authored Mar 5, 2024

Verified

This commit was signed with the committer’s verified signature. The key has expired.
anonrig Yagiz Nizipli
2 parents 4e30020 + b521ba9 commit b3b4e0b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -21,6 +21,7 @@ See below for how to make these examples.

Lowtran requires a Fortran compiler and CMake.
We use `f2py` (part of `numpy`) to seamlessly use Fortran libraries from Python by special compilation of the Fortran library with auto-generated shim code.
For Python 3.12, make sure to install setuptools using pip, i.e., `pip install setuptools` and make sure meson is available on the system.

If a Fortran compiler is not already installed, install Gfortran:

0 comments on commit b3b4e0b

Please sign in to comment.