Quick Install Guide¶
This quick install guide outlines the basic steps needed to install OpenNTP on your computer.
Installing on Linux¶
- If you are using Ubuntu 20.04, open a terminal in a GNU/Linux box then install gfortran with the following commands:
sudo apt-get install gfortran
- You need to install numpy (F2PY3) and matplotlib library to run the package OpenNTP:
sudo apt-get install python3-numpy sudo apt-get install python3-matplotlib
- You need to install PyQt5 on Ubuntu with python to run the GUI:
sudo apt-get install python3-pyqt5
- Install the OpenNTP package
git clone https://github.com/mohamedlahdour/OpenNTP.git
- Import the OpenNTP and run the package in the following way:
cd OpenNTP $ python3 gui.py