From 467bcdbc2a404b4b79adf6c092c8aed7eac8b9b5 Mon Sep 17 00:00:00 2001 From: Hamilton Kibbe Date: Tue, 29 Nov 2016 23:31:53 -0500 Subject: Update Installation Instructions --- README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'README.md') diff --git a/README.md b/README.md index fae47e3..d7b359e 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,7 @@ Install from source: ``` $ git clone https://github.com/curtacircuitos/pcb-tools.git $ cd pcb-tools +$ pip install -r requirements.txt $ python setup.py install ``` -- cgit