diff options
-rw-r--r-- | INSTALL | 7 | ||||
-rw-r--r-- | README.md | 9 |
2 files changed, 7 insertions, 9 deletions
@@ -30,12 +30,11 @@ Table of contents ================= A. Through Terminal - $ esim + + $ esim B. Double click eSim desktop icon - C. From command line : Do `cd src/fronEnd` and type `python3 Application.py` to open eSim. - 2. eSim installation in Windows @@ -43,6 +42,6 @@ Table of contents Now right click the `Setup.exe` and `run it as Administrator`. And then follow the instruction. - Note : Please make you run it as administrator otherwise it won't set the environment variable properly. + Note : Please make sure you run it as administrator otherwise it won't set the environment variable properly. @@ -20,11 +20,10 @@ It is released under GNU GPL License. It runs on Ubuntu OS versions 16.04 and ab * GHDL. ## Pre-requisites -1. Python 3.0+ -2. PyQt4 -3. Matplotlib -4. Ngspice-31 -5. KiCad 4.0.7 (latest version released on April-2019) +1. NGHDL +2. Ngspice-31 +3. KiCad 4.0.7 (latest version released on April-2019) +4. Xterm ## eSim Installation: |