From 4a059ec2aa21124a3234b70fd730bb2170532428 Mon Sep 17 00:00:00 2001 From: Yousuf 'Jay' Philips Date: Thu, 17 Nov 2016 22:32:51 +0400 Subject: [PATCH] update wxPython version requirement https://github.com/MrS0m30n3/youtube-dl-gui/issues/131#issuecomment-248422589 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6e79cc4..b3f2d6e 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Then you can call youtube-dlg from the command line, using the `youtube-dl-gui` ## Requirements -[Python](http://www.python.org) 2.7+, [wxPython](http://wxpython.org), [twodict](https://pypi.python.org/pypi/twodict/1.2), [FFMPEG & FFPROBE](http://www.ffmpeg.org) (optional, to convert video files to audio-only files). +[Python](http://www.python.org) 2.7+, [wxPython](http://wxpython.org) 2.9.1+, [twodict](https://pypi.python.org/pypi/twodict/1.2), [FFMPEG & FFPROBE](http://www.ffmpeg.org) (optional, to convert video files to audio-only files). ## Authors