add dependencies
This commit is contained in:
parent
d201dab265
commit
3f7ba5091f
1 changed files with 4 additions and 0 deletions
|
@ -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)
|
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)
|
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.
|
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
|
||||||
|
|
Loading…
Reference in a new issue