summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorHiroshi Murayama <opiopan@gmail.com>2019-08-17 23:38:30 +0900
committerHiroshi Murayama <opiopan@gmail.com>2019-08-17 23:38:30 +0900
commit22f4c8a3f5bdce243908f3787216344b200902df (patch)
treec1d1dfb8dbf72141e716d9e0c99b3d719df0b9a5 /README.md
parent4c7aef6a8215758e8b91b5ad118f45694d842472 (diff)
downloadgerbonara-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.md8
1 files changed, 8 insertions, 0 deletions
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.