summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfahim2015-07-16 16:12:27 +0530
committerfahim2015-07-16 16:12:27 +0530
commit87c8704e95e25ee5070d22b51ca50cca51b5e9f7 (patch)
treed9585042eaf40cedf5c52ff839b9ce8b9c01de25
parent614b3e4865ae20073c72fe264e82cab35b05b4a0 (diff)
downloadeSim-87c8704e95e25ee5070d22b51ca50cca51b5e9f7.tar.gz
eSim-87c8704e95e25ee5070d22b51ca50cca51b5e9f7.tar.bz2
eSim-87c8704e95e25ee5070d22b51ca50cca51b5e9f7.zip
Subject: Modified README file and added new image for splash screen.
Description: Modified README file and added new image for splash screen.
-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`