From 87c8704e95e25ee5070d22b51ca50cca51b5e9f7 Mon Sep 17 00:00:00 2001 From: fahim Date: Thu, 16 Jul 2015 16:12:27 +0530 Subject: Subject: Modified README file and added new image for splash screen. Description: Modified README file and added new image for splash screen. --- README.md | 8 ++++---- 1 file 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` -- cgit