From a8b143691767d9592306c2bfadc326b042520b25 Mon Sep 17 00:00:00 2001 From: Gloria1210 Date: Sat, 13 Jun 2020 02:03:36 +0530 Subject: Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 760fc26..01be898 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Clone or Download the *eSim_PSpice_to_KiCad_Python_Parser* from the Git in the H ----------------------------------------------- **To convert the PSpice library(.slb) files to KiCad library(.lib) files** -Set the path where the *libparser.py* file is located. +Set the path where the *libparser.py* file is located. It is located at */eSim_PSpice_to_KiCad_Python_Parser/lib/PythonLib* $ sudo python3 libParser.py @@ -35,7 +35,7 @@ This will create analog.lib file and save it in the path @@ -85,7 +85,7 @@ If all the libraries in eeschema are not loaded, follow these steps: ----------------------------------------------- **To add libraries in the parser.py** -Open the *parser.py* python file. +Open the *parser.py* python file. It is located at */eSim_PSpice_to_KiCad_Python_Parser/lib/PythonLib* Type and add the libraries in the variables *"descr"* and *"prodescr"* ----------------------------------------------- -- cgit