diff options
author | fahim | 2015-07-15 15:03:47 +0530 |
---|---|---|
committer | fahim | 2015-07-15 15:03:47 +0530 |
commit | 9351ec74209fa1a351c9346b6c88dc16cedd22c0 (patch) | |
tree | d3e2c55cdae95dd0853f64cf5806e69f608ed83d /README.md | |
parent | c528f83cb20384b55533f13e138b9ffeab3463cb (diff) | |
download | eSim-9351ec74209fa1a351c9346b6c88dc16cedd22c0.tar.gz eSim-9351ec74209fa1a351c9346b6c88dc16cedd22c0.tar.bz2 eSim-9351ec74209fa1a351c9346b6c88dc16cedd22c0.zip |
Subject: Modified README
Description: Modified README
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 11 |
1 files changed, 4 insertions, 7 deletions
@@ -28,18 +28,15 @@ eSim has been successfully ported to low cost FOSSEE laptop (http://laptop.fosse ##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` + - `python Application.py` ##How to install latest version of kicad in Ubuntu ? -1.Add PPA to your repository - `sudo add-apt-repository ppa:js-reynaud/ppa-kicad` +1. `sudo add-apt-repository ppa:js-reynaud/ppa-kicad` -2. Update your repo - `sudo apt-get update` +2. `sudo apt-get update` -3. Install kicad - `sudo apt-get install kicad` +3. `sudo apt-get install kicad` ##How to install ngspice in Ubuntu? |