From 7c7a2e03d99714ce9e5fd6fa35b5577cdac1e67b Mon Sep 17 00:00:00 2001 From: Ben FrantzDale Date: Tue, 22 Mar 2016 08:13:30 -0400 Subject: Add install instructions. --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index cb73b30..0d93550 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,14 @@ Rendering Examples: Source code for this example can be found [here](examples/cairo_example.py). +Install from source: +``` +$ git clone https://github.com/curtacircuitos/pcb-tools.git +$ cd pcb-tools +$ make +$ python setup.py install +``` + Documentation: -------------- [PCB Tools Documentation](http://pcb-tools.readthedocs.org/en/latest/) -- cgit From 57c9dab99de34fd7ed77f75040d96ada25c41972 Mon Sep 17 00:00:00 2001 From: Ben FrantzDale Date: Tue, 22 Mar 2016 13:02:34 -0400 Subject: Remove "make" line. Apparently it's not necessary. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 0d93550..5e46b02 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,6 @@ Install from source: ``` $ git clone https://github.com/curtacircuitos/pcb-tools.git $ cd pcb-tools -$ make $ python setup.py install ``` -- cgit