From 970517e1c6535977d761b16712feda87314094a2 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Mon, 23 Aug 2010 11:46:26 -0400 Subject: [PATCH] Add PyYAML to doc/install.txt and doc/hacking.txt dependency lists. --- doc/hacking.txt | 5 +++-- doc/install.txt | 4 +++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/doc/hacking.txt b/doc/hacking.txt index 2b389bc..e1e08c0 100644 --- a/doc/hacking.txt +++ b/doc/hacking.txt @@ -12,12 +12,13 @@ Dependencies To clean up the internals, were going to go crazy on the object-oriented front, and try to keep the core functionality free of -any dependencies other than the `Python Standard Library`_ and Numpy_ -/ Scipy_. +any dependencies other than the `Python Standard Library`_, Numpy_, +Scipy_, and PyYAML_. .. _Python Standard Library: http://docs.python.org/library/ .. _Numpy: http://numpy.scipy.org/ .. _Scipy: http://www.scipy.org/ +.. _PyYAML: http://pyyaml.org/ To make a responsive user interface in parallel with data processing and possible GUIs, we'll use Python's multiprocessing_ module. This diff --git a/doc/install.txt b/doc/install.txt index ae7912b..427531b 100644 --- a/doc/install.txt +++ b/doc/install.txt @@ -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/ -- 2.26.2