Skip to content

Commit

Permalink
Add Windows standalone instructions to README
Browse files Browse the repository at this point in the history
  • Loading branch information
Bouni committed Apr 10, 2024
1 parent 0b3806a commit 663c7cc
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ The <i><b>{KiCad python}</b></i> should be used, this can be found at different
|---|---|
|Mac| /Applications/KiCad/KiCad.app/Contents/Frameworks/Python.framework/Versions/3.9/bin/python3|
|Linux| TBD|
|Windows | TBD|
|Windows | C:\Program Files\KiCad\8.0\bin\python.exe|

#### Working directory

Expand All @@ -182,7 +182,7 @@ The <i><b>{working directory}</b></i> should be your plugins directory, ie:
|OS | Working dir|
|Mac| ~/Documents/KiCad/8.0/scripting/plugins/|
|Linux|TBD|
|Windows|TBD|
|Windows| %USERPROFILE%\Documents\KiCad\8.0\scripting\plugins\|

#### Plugin folder name

Expand Down Expand Up @@ -212,6 +212,12 @@ For example on Mac:
/Applications/KiCad/KiCad.app/Contents/Frameworks/Python.framework/Versions/3.9/bin/python3 -m kicad-jlcpcb-tools
```

For example on Windows:

```cmd
& 'C:\Program Files\KiCad\8.0\bin\python.exe' -m kicad-jlcpcb-tools
```

#### IDE

- Configure the command line to be '{kicad_python} -m {kicad-jlcpcb-tools folder name}'
Expand Down

0 comments on commit 663c7cc

Please sign in to comment.