Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stating that KiCAD isn't required #150

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ <h1 id="introduction">Introduction</h1>
The resulting Python program performs electrical rules checking
for common mistakes and outputs a netlist that serves as input to
a PCB layout tool.</p>
<p>First, let's look at a "normal" design flow in <a href="https://kicad-pcb.org">KiCad</a>:</p>
<p>First, let's look at a "normal" design flow in <a href="https://kicad.org">KiCad</a>:</p>
<p><img alt="Schematic-based PCB design flow" src="images/schematic-process-flow.png"></p>
<p>Here, you start off in a <em>schematic editor</em> (for KiCad, that's EESCHEMA) and
draw a schematic. From that, EESCHEMA generates
Expand Down Expand Up @@ -222,8 +222,9 @@ <h1 id="installation">Installation</h1>
<div class="highlight"><pre><span></span><code>$ pip install skidl
</code></pre></div>

<p>To give SKiDL some part libraries to work with,
you'll also need to install <a href="http://kicad-pcb.org/">KiCad</a>.
<p>Please note, SKiDL does need part libraries to work with.
You can either download those libraries alone from: <a>https://gitlab.com/kicad/libraries/kicad-symbols</a> OR you can install <a href="http://kicad.org/">KiCad</a>
and those libraries will be shipped with it.</p>
Then, you'll need to set an environment variable so SKiDL can find the libraries.
For Windows, do this:</p>
<div class="highlight"><pre><span></span><code>set KICAD_SYMBOL_DIR=C:\Program Files\KiCad\share\kicad\kicad-symbols
Expand Down Expand Up @@ -2075,4 +2076,4 @@ <h1 id="spice-simulations">SPICE Simulations</h1>
</div><!-- /#container -->
<div style="display:none"></div>
</body>
</html>
</html>