summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGloria12102020-06-13 02:03:36 +0530
committerGitHub2020-06-13 02:03:36 +0530
commita8b143691767d9592306c2bfadc326b042520b25 (patch)
treebdde05c79203053502bbce4a40f5c030b2ac2d64
parent7e3cd8fe820fc48d36d8b91b741c45c388e14813 (diff)
downloadeSim_PSpice_to_KiCad_Python_Parser-a8b143691767d9592306c2bfadc326b042520b25.tar.gz
eSim_PSpice_to_KiCad_Python_Parser-a8b143691767d9592306c2bfadc326b042520b25.tar.bz2
eSim_PSpice_to_KiCad_Python_Parser-a8b143691767d9592306c2bfadc326b042520b25.zip
Update README.md
-rw-r--r--README.md6
1 files 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 <path to the pspice lib file(slb)> <output_library_name_without_extension>
@@ -35,7 +35,7 @@ This will create analog.lib file and save it in the path </Home/eSim_PSpice_to_K
-----------------------------------------------
**To convert the PSpice schematic files to KiCad schematic files**
-Set the path where the *parser.py* file is located.
+Set the path where the *parser.py* file is located. It is located at */eSim_PSpice_to_KiCad_Python_Parser/lib/PythonLib*
$ sudo python3 parser.py <path/to/pspice-schematic.sch> <path/to/output-project-name-without-extension>
@@ -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"*
-----------------------------------------------