diff options
author | rahulp13 | 2020-02-26 16:51:19 +0530 |
---|---|---|
committer | rahulp13 | 2020-02-26 16:51:19 +0530 |
commit | 977bfed94cb0e5e4efc6b68a143d8b79682209c2 (patch) | |
tree | b40bfec3e919eefb9fdbc80487a047969b95ff67 | |
parent | 4fce8a8c01e2892b12cd194cb90ca999822eb6c5 (diff) | |
download | eSim-977bfed94cb0e5e4efc6b68a143d8b79682209c2.tar.gz eSim-977bfed94cb0e5e4efc6b68a143d8b79682209c2.tar.bz2 eSim-977bfed94cb0e5e4efc6b68a143d8b79682209c2.zip |
update readme
-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: |