-
Notifications
You must be signed in to change notification settings - Fork 3
Installation Guide
Ashutosh Sharma edited this page Nov 8, 2020
·
1 revision
Steps for installation:
-
Install python3
sudo apt-get install software-properties-common
sudo add-apt-repository ppa:deadsnakes/ppa
sudo apt-get update
sudo apt-get install python3.8
Reference: Python3 installation guide -
Install Tkinter
sudo apt-get update -y
sudo apt-get install -y python3-tk
Reference: Tkinter installation guide -
Clone the repository
Usegit clone https://github.com/spider0061/GUI-for-fortran-programs.git
typecd GUI-for-fortran-programs
to enter the repository -
Install the dependencies
Usepip3 install -r requirements.txt
-
Running the program
Usepython3 main.py