-
Install Python3:
sudo apt-get install python3
.
-
Install bare minimum SymPy:
sudo apt-get install python3-sympy --no-install-recommends
.
-
Install any modern Web Browser with Javascript support.
Here is a command to install Mozilla Firefox:sudo apt-get install firefox
.
-
Donwload zip archive of the project by clicking here and extract it into any directory of your choice.
Here is the command-line equivalent to do the same:cd dir/to/download/into wget https://github.com/aneesahmed777/SignalFlowGraph-GainSolver/archive/master.zip unzip master.zip
OR If you have Git installed, use it to clone the repository on your local system:
cd dir/to/clone/into git clone https://github.com/aneesahmed777/SignalFlowGraph-GainSolver.git
.
-
Go into the root project diectory
SignalFlowGraph-GainSolver
.cd SignalFlowGraph-GainSolver
.
-
Launch the app by running
mainGui.py
:python3 mainGui.py
.
Under Contruction.