From f356c559775711069a8824a6d1ed6efe9caf8963 Mon Sep 17 00:00:00 2001
From: Neil Gershenfeld <neil.gershenfeld@cba.mit.edu>
Date: Mon, 8 Oct 2018 13:46:09 -0400
Subject: [PATCH] Update README.md

---
 python/README.md | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/python/README.md b/python/README.md
index e69de29..5737889 100644
--- a/python/README.md
+++ b/python/README.md
@@ -0,0 +1,18 @@
+make these executable:  
+&nbsp;&nbsp;&nbsp;chmod +x pcb.py  
+&nbsp;&nbsp;&nbsp;chmod +x frep.py  
+
+execute:  
+&nbsp;&nbsp;&nbsp;pcb.py | frep.py  
+
+view:  
+&nbsp;&nbsp;&nbsp;out.png
+
+optional arguments:  
+&nbsp;&nbsp;&nbsp;pcb.py | frep.py dpi  
+&nbsp;&nbsp;&nbsp;pcb.py | frep.py dpi filename  
+
+dependencies:  
+&nbsp;&nbsp;&nbsp;Python  
+&nbsp;&nbsp;&nbsp;NumPy  
+&nbsp;&nbsp;&nbsp;Python Imaging Library  
\ No newline at end of file
-- 
GitLab