hooke:util:fft: remove in favor of my external FFT-tools package
[hooke.git] / doc / install.txt
index 72cab2e3262c5168d9607131514f0b0726fac224..f81b07f473d1eb8e06636d701d7b05def524196f 100644 (file)
@@ -38,6 +38,7 @@ You'll need the following Python modules:
 * PyYAML_ (for saving and loading playlists)
 * Matplotlib_ (for generating plots)
 * wxPython_ (for the GUI)
+* FFT_tools_ (for the :py:class:`~hooke.pluging.curve.PowerSpectrumCommand`)
 
 .. _Python: http://www.python.org/
 .. _Numpy: http://numpy.scipy.org/
@@ -45,6 +46,7 @@ You'll need the following Python modules:
 .. _PyYAML: http://pyyaml.org/
 .. _Matplotlib: http://matplotlib.sourceforge.net/
 .. _wxPython: http://www.wxpython.org/
+.. _FFT_tools: http://pypi.python.org/pypi/FFT-tools
 
 
 Getting the source