summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authoropiopan <opiopan@gmail.com>2019-04-07 23:32:03 +0900
committeropiopan <opiopan@gmail.com>2019-04-07 23:32:03 +0900
commit0d91ed834d7a28b249b86081294a9c1b95e8f39c (patch)
tree4ba6af774b8004c6726142c052fdde22fba28ec4 /README.md
parente3c59e39cf9bc64ce9d76c324b82956a65515f16 (diff)
downloadgerbonara-0d91ed834d7a28b249b86081294a9c1b95e8f39c.tar.gz
gerbonara-0d91ed834d7a28b249b86081294a9c1b95e8f39c.tar.bz2
gerbonara-0d91ed834d7a28b249b86081294a9c1b95e8f39c.zip
compliant with PyPi repository
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 4 insertions, 6 deletions
diff --git a/README.md b/README.md
index f992edf..20dc7c0 100644
--- a/README.md
+++ b/README.md
@@ -13,10 +13,8 @@ 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.
## Install
-pcb-tools-extension is not registerd to PyPI repository.<br>
-Please install from GitHub repository as below.
```shell
-$ pip install git+https://github.com/opiopan/pcb-tools-extension
+$ pip install pcb-tools-extension
```
## How to panelize
@@ -137,10 +135,10 @@ ctx.dump('merged_drill.txt')
```
## Panelizing Example
-This example board image is generated by following scripts from [these source data](examples/inputs).
+This example board image is generated by following scripts from [these source data](https://github.com/opiopan/pcb-tools-extension/tree/master/examples/inputs).
-- [panelizing script](examples/panelize.py)
-- [imaging script](examples/genimage.py)
+- [panelizing script](https://github.com/opiopan/pcb-tools-extension/blob/master/examples/panelize.py)
+- [imaging script](https://github.com/opiopan/pcb-tools-extension/blob/master/examples/genimage.py)
<p align="center">
<img alt="description" src="https://raw.githubusercontent.com/wiki/opiopan/pcb-tools-extension/images/panelized.jpg" width=750>