Skip to content

Commit 490b852

Browse files
committed
Add explicit reference to fortran compiler in instructions
1 parent 4d6789c commit 490b852

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Before installing `zhaires.py`, you will need to set the `AIRES_RUN_DIR` environ
8181

8282
This should be added to your `.{bash,zsh,fish,tcsh,c}rc` file if you plan on regularly using `zhaires.py`.
8383

84-
To install `zhaires.py`, you will need `git` and Python >= 3.6. All three should be available in the package manager of any modern OS. It is tested on macOS 10.14, ubuntu 18.04, ubuntu 16.04, Fedora 29, and Fedora 30.
84+
To install `zhaires.py`, you will need `git`, Python >= 3.6, and any Fortran compiler. All three should be available in the package manager of any modern OS. It is tested on macOS 10.14, ubuntu 18.04, ubuntu 16.04, Fedora 29, and Fedora 30.
8585

8686
The below instructions are assuming that `python` refers to Python 3.\*. If `python` still refers to a decrepit Python 2.\*, please replace `python` with `python3` and `pip` with `pip3`.
8787

0 commit comments

Comments
 (0)