Download yafour
Downloading
Download yafour-1.1.zip.
Installing
Prerequisites:
- python3
- macOS:
brew install python
- Windows: https://www.python.org/downloads/windows/
- macOS:
- tkinter
- Linux:
apt install python3-tk
- or something like that - Windows:
pip install tk
(not sure if this works..) - macOS:
brew install python-tk
- Linux:
- gfortran
- Linux:
apt install gfortran
- or something like that - Windows: https://masuday.github.io/fortran_tutorial/install_gfortran_windows.html
- macOS:
brew install gfortran
- Linux:
Unzip yafour-1.1.zip:
- linux:
unzip yafour-1.1.zip
- windows:
tar xf yafour-1.1.zip
- macOS:
unzip yafour-1.1.zip
Change directory to yafour-1.1
cd yafour-1.1
Install:
python3 -m pip install .
OR
python -m pip install .
Running
The program is installed as "yafour" and installed in the standard location that 'pip' uses.