diff options
author | Hiroshi Murayama <opiopan@gmail.com> | 2019-08-17 23:38:30 +0900 |
---|---|---|
committer | Hiroshi Murayama <opiopan@gmail.com> | 2019-08-17 23:38:30 +0900 |
commit | 22f4c8a3f5bdce243908f3787216344b200902df (patch) | |
tree | c1d1dfb8dbf72141e716d9e0c99b3d719df0b9a5 /README.md | |
parent | 4c7aef6a8215758e8b91b5ad118f45694d842472 (diff) | |
download | gerbonara-22f4c8a3f5bdce243908f3787216344b200902df.tar.gz gerbonara-22f4c8a3f5bdce243908f3787216344b200902df.tar.bz2 gerbonara-22f4c8a3f5bdce243908f3787216344b200902df.zip |
router mode and G85 slot in excellon file is supported
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -13,10 +13,18 @@ pcb-tools-extension adds following function to pcb-tools. Only RS-274x format and Excellon drill format data can be handled by current version of this library. ## Installation +You can install a stable version by following step. + ```shell $ pip install pcb-tools-extension ``` +If you have a intention to try latest developing version, please install as follows. + +```shell +$ pip install git+https://github.com/opiopan/pcb-tools-extension.git +``` + ## How to panelize Following code is a example to panelize two top metal layer files. |