2018-12-12 Fred Gleason <fredg@paravelsystems.com>

* Documented the Python 3.4 dependency in 'INSTALL'.
This commit is contained in:
Fred Gleason 2018-12-12 13:26:51 -05:00
parent 0302445c0b
commit 7d2ec28205
2 changed files with 6 additions and 0 deletions

View File

@ -18174,3 +18174,5 @@
* Added 'api/PyPAD/examples/pypad_filewrite.py'.
2018-12-12 Fred Gleason <fredg@paravelsystems.com>
* Updated the PyPAD classes and scripts to use Python 3.
2018-12-12 Fred Gleason <fredg@paravelsystems.com>
* Documented the Python 3.4 dependency in 'INSTALL'.

View File

@ -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.