Merge upstream changes
This commit is contained in:
commit
422c86bcc6
32 changed files with 728 additions and 556 deletions
10
README.md
10
README.md
|
|
@ -6,7 +6,7 @@ pcb-tools
|
|||
|
||||
Tools to handle Gerber and Excellon files in Python.
|
||||
|
||||
Useage Example:
|
||||
Usage Example:
|
||||
---------------
|
||||
import gerber
|
||||
from gerber.render import GerberCairoContext
|
||||
|
|
@ -27,10 +27,18 @@ Rendering Examples:
|
|||
-------------------
|
||||
###Top Composite rendering
|
||||

|
||||

|
||||
|
||||
Source code for this example can be found [here](examples/cairo_example.py).
|
||||
|
||||
|
||||
Install from source:
|
||||
```
|
||||
$ git clone https://github.com/curtacircuitos/pcb-tools.git
|
||||
$ cd pcb-tools
|
||||
$ python setup.py install
|
||||
```
|
||||
|
||||
Documentation:
|
||||
--------------
|
||||
[PCB Tools Documentation](http://pcb-tools.readthedocs.org/en/latest/)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue