From 3f7ba5091fd0f0bdc3192532d7978b9d66750488 Mon Sep 17 00:00:00 2001 From: josch Date: Thu, 3 Apr 2014 11:07:01 +0200 Subject: [PATCH] add dependencies --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index c307e9c..da3ec0c 100644 --- a/README.md +++ b/README.md @@ -10,3 +10,7 @@ matplotlib plot. It will show the approximated b-spline with the given smoothing factor (6 above) and the map section of the given width (0.286 above) around that curve. The area will be split into sections (20 in the example) which will individually be transformed into rectangles which are also plotted. + +On Debian systems you need the following packages: + + apt-get install python python-pil python-scipy python-tk python-matplotlib python-numpy