From 7d2ec28205b960d45cc8c2e2394ca176e02ce105 Mon Sep 17 00:00:00 2001 From: Fred Gleason Date: Wed, 12 Dec 2018 13:26:51 -0500 Subject: [PATCH] 2018-12-12 Fred Gleason * Documented the Python 3.4 dependency in 'INSTALL'. --- ChangeLog | 2 ++ INSTALL | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index 57416de5..d9f7c825 100644 --- a/ChangeLog +++ b/ChangeLog @@ -18174,3 +18174,5 @@ * Added 'api/PyPAD/examples/pypad_filewrite.py'. 2018-12-12 Fred Gleason * Updated the PyPAD classes and scripts to use Python 3. +2018-12-12 Fred Gleason + * Documented the Python 3.4 dependency in 'INSTALL'. diff --git a/INSTALL b/INSTALL index a367da3c..55292014 100644 --- a/INSTALL +++ b/INSTALL @@ -42,6 +42,10 @@ OggVorbis - Open Source Audio Coding Library. Needed for OggVorbis importing and exporting. Included with most distros, or available at: http://www.xiph.org/. +Python, v3.4 or later +Open source scripting language. Included with most distros, or available at: +https://www.python.org/. + Qt Toolkit, v4.6 or better Most modern Linux distros include this. It's typically installed as part of the KDE Desktop Environment, although KDE is by no means required.