summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorfahim2015-08-06 11:31:27 +0530
committerfahim2015-08-06 11:31:27 +0530
commitc442b4f33dad0a8b1d3f494b6674a0fee99c9d68 (patch)
tree2da0f17e5358e11a58f749d00ab8bc087b16e27d /README.md
parenta04f2bc0b8804b79f232c902863967337058bf8d (diff)
downloadeSim-c442b4f33dad0a8b1d3f494b6674a0fee99c9d68.tar.gz
eSim-c442b4f33dad0a8b1d3f494b6674a0fee99c9d68.tar.bz2
eSim-c442b4f33dad0a8b1d3f494b6674a0fee99c9d68.zip
Modified README file
Diffstat (limited to 'README.md')
-rw-r--r--README.md35
1 files changed, 2 insertions, 33 deletions
diff --git a/README.md b/README.md
index f1079dbc..34a83da9 100644
--- a/README.md
+++ b/README.md
@@ -13,36 +13,5 @@ eSim has been successfully ported to low cost FOSSEE laptop (http://laptop.fosse
4. NgSpice
5. Kicad (Latest Version build on July-14)
-## Installing and setting PATH for eSim
-1. Clone this repository or download it as zip file.
-2. set PYTHONPATH
- - For Linux :
- Open .bashrc file and add this line.
-
- `export PYTHONPATH=$PYTHONPATH:/path-to-your-downloaded-folder/eSim/src`
-
- - For Window :
- set environment variable `PYHTONPATH` with complete path to your eSim/src
-
-
-## How to run eSim ?
-1. Using command line or terminal go to location eSim/src/frontEnd
-2. Type below command to open eSim
- - `python Application.py`
-
-
-## How to install latest version of kicad in Ubuntu ?
-1. `sudo add-apt-repository ppa:js-reynaud/ppa-kicad`
-
-2. `sudo apt-get update`
-
-3. `sudo apt-get install kicad`
-
-
-## How to install ngspice in Ubuntu?
-
- `sudo apt-get install ngspice`
-
-
-##Simple way to install eSim in Ubuntu.
-Please read INSTALL for more information on how to install eSim with single script.
+## eSim Installation Ubuntu
+Refer INSTALL file for eSim installation on Ubuntu.