Add PyYAML to doc/install.txt and doc/hacking.txt dependency lists.
[hooke.git] / doc / install.txt
index ae7912b501293d49a269eca31de4c42d4f8933a2..427531b38b60d573c2eae2bd90c8e16252583c27 100644 (file)
@@ -14,12 +14,14 @@ You'll need the following Python modules:
 
 * Numpy_
 * Scipy_
+* PyYAML_ (for saving and loading playlists)
 * Matplotlib_ (for generating plots)
 * wxPython_ (for the GUI)
 
+.. _Python: http://www.python.org/
 .. _Numpy: http://numpy.scipy.org/
 .. _Scipy: http://www.scipy.org/
-.. _Python: http://www.python.org/
+.. _PyYAML: http://pyyaml.org/
 .. _Matplotlib: http://matplotlib.sourceforge.net/
 .. _wxPython: http://www.wxpython.org/