Skip to content

Installation Guide

Ashutosh Sharma edited this page Nov 8, 2020 · 1 revision

Steps for installation:

  1. 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

  2. Install Tkinter
    sudo apt-get update -y
    sudo apt-get install -y python3-tk
    Reference: Tkinter installation guide

  3. Clone the repository
    Use git clone https://github.com/spider0061/GUI-for-fortran-programs.git
    type cd GUI-for-fortran-programs to enter the repository

  4. Install the dependencies
    Use pip3 install -r requirements.txt

  5. Running the program
    Use python3 main.py

Clone this wiki locally