summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index f5c617ba..1402c984 100644
--- a/README.md
+++ b/README.md
@@ -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`