From 22f4c8a3f5bdce243908f3787216344b200902df Mon Sep 17 00:00:00 2001 From: Hiroshi Murayama Date: Sat, 17 Aug 2019 23:38:30 +0900 Subject: router mode and G85 slot in excellon file is supported --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 0429e54..d688edf 100644 --- a/README.md +++ b/README.md @@ -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. -- cgit