diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -13,7 +13,7 @@ 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 +## Installing and setting PATH for eSim 1. Clone this repository or download it as zip file. 2. set PYTHONPATH - For Linux : @@ -25,13 +25,13 @@ eSim has been successfully ported to low cost FOSSEE laptop (http://laptop.fosse set environment variable `PYHTONPATH` with complete path to your eSim/src -##How to run eSim ? +## 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 ? +## How to install latest version of kicad in Ubuntu ? 1. `sudo add-apt-repository ppa:js-reynaud/ppa-kicad` 2. `sudo apt-get update` @@ -39,7 +39,7 @@ eSim has been successfully ported to low cost FOSSEE laptop (http://laptop.fosse 3. `sudo apt-get install kicad` -##How to install ngspice in Ubuntu? +## How to install ngspice in Ubuntu? `sudo apt-get install ngspice` |