From e82425f731cfdd7af818215000dc56cc53767728 Mon Sep 17 00:00:00 2001 From: Gloria1210 Date: Fri, 19 Jun 2020 13:52:18 +0530 Subject: Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 01be898..c399d6e 100644 --- a/README.md +++ b/README.md @@ -25,10 +25,10 @@ Clone or Download the *eSim_PSpice_to_KiCad_Python_Parser* from the Git in the H 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 +$ python3 libParser.py Example: -$ sudo python3 libParser.py ~/Home/eSim_PSpice_to_KiCad_Python_Parser/libray/analog.slb analog +$ python3 libParser.py ~/Home/eSim_PSpice_to_KiCad_Python_Parser/libray/analog.slb analog This will create analog.lib file and save it in the path @@ -37,10 +37,10 @@ This will create analog.lib file and save it in the path +$ python3 parser.py Example: -$ sudo python3 parser.py ~/Desktop/pspice/rc.sch ~/Desktop/convert/rc +$ python3 parser.py ~/Desktop/pspice/rc.sch ~/Desktop/convert/rc This will create a folder rc at the location /Desktop/convert/. The directory will have rc.sch, rc.proj and rc.pro. The directory will have read only access. You need to use chmod command to change the access. -- cgit