diff options
author | opiopan <opiopan@gmail.com> | 2019-05-12 08:21:41 +0900 |
---|---|---|
committer | opiopan <opiopan@gmail.com> | 2019-05-12 08:21:41 +0900 |
commit | a33e9a16863a3a7f1a3e26717d6bcd5e7408a76a (patch) | |
tree | 77ee26c637dc0dfd3b40510683cd139a018e1127 /README.md | |
parent | 6ec58842030b0bbe6aa3391456f017d71b74aeaa (diff) | |
download | gerbonara-a33e9a16863a3a7f1a3e26717d6bcd5e7408a76a.tar.gz gerbonara-a33e9a16863a3a7f1a3e26717d6bcd5e7408a76a.tar.bz2 gerbonara-a33e9a16863a3a7f1a3e26717d6bcd5e7408a76a.zip |
change supported python version
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ 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 +## Installation ```shell $ pip install pcb-tools-extension ``` |