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: + chmod +x pcb.py + chmod +x frep.py + +execute: + pcb.py | frep.py + +view: + out.png + +optional arguments: + pcb.py | frep.py dpi + pcb.py | frep.py dpi filename + +dependencies: + Python + NumPy + Python Imaging Library \ No newline at end of file -- GitLab