From 659197b4c240c44ba2cfb22e3a84abbf71e46040 Mon Sep 17 00:00:00 2001 From: Gloria1210 Date: Sat, 13 Jun 2020 00:48:11 +0530 Subject: Update README.md --- README.md | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 897377e..d1f8ddf 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,13 @@ #PSpice to KiCad Schematic Converter -#This code is written by Suryavamsi Tenetti, FOSSEE, IIT Bombay -#Modified by Sumanto Kar and Gloria Nandihal, FOSSEE, IIT Bombay + + +#This code is written by Suryavamsi Tenetti, FOSSEE, IIT Bombay and modified by Sumanto Kar and Gloria Nandihal, FOSSEE, IIT Bombay #eSim_PSpice_to_KiCad_Python_Parser + This program converts PSpice schematic files (.sch) to KiCad schematic files (.sch) + This program converts PSpice library files (.slb) to KiCad library files (.lib) USAGE: @@ -13,6 +16,7 @@ USAGE: #Make sure the python compiler is installed in the PC. Run the following command in the terminal in order to install it. + $ sudo apt install python3.7 ----------------------------------------------- @@ -24,6 +28,7 @@ Clone or Download the eSim_PSpice_to_KiCad_Python_Parser from the Git in the Hom #To convert the PSpice library(.slb) files to KiCad library(.lib) files Set the path where the libparser.py file is located. + $ sudo python3 libParser.py Example: @@ -35,6 +40,7 @@ This will create analog.lib file and save it in the path Example: @@ -47,11 +53,15 @@ The directory will have read only access. You need to use chmod command to chang #To change the access of the file and folder Use this command to change access to the files: + chmod Example: chmod u=rwx,g=rx,o=r myfile -You can also use: sudo chmod 777 filename. +You can also use: + +sudo chmod 777 filename. + Example: sudo chmod 777 ~/Desktop/convert/rc ----------------------------------------------- -- cgit