From 977bfed94cb0e5e4efc6b68a143d8b79682209c2 Mon Sep 17 00:00:00 2001 From: rahulp13 Date: Wed, 26 Feb 2020 16:51:19 +0530 Subject: update readme --- INSTALL | 7 +++---- README.md | 9 ++++----- 2 files changed, 7 insertions(+), 9 deletions(-) diff --git a/INSTALL b/INSTALL index 14494a60..c0ef6e0d 100644 --- a/INSTALL +++ b/INSTALL @@ -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. diff --git a/README.md b/README.md index a21324fc..55172e4f 100644 --- a/README.md +++ b/README.md @@ -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: -- cgit