docs: Add Python 3 to Mac dependencies.

Required once https://github.com/HandBrake/HandBrake/pull/1864 lands, and Python 2 is end of life at the end of this year.
This commit is contained in:
Bradley Sepos 2019-09-17 14:36:06 -04:00
parent 72755f9515
commit 12a87ae83e
No known key found for this signature in database
GPG Key ID: DEADE2F57D42D9C7

View File

@ -22,6 +22,8 @@ Building HandBrake for Mac requires an Apple computer with a 64-bit Intel proces
- free Apple Developer registration required, or install from the Mac App Store - free Apple Developer registration required, or install from the Mac App Store
- [Command Line Tools for Xcode](https://developer.apple.com/download/more/) - [Command Line Tools for Xcode](https://developer.apple.com/download/more/)
- free Apple Developer registration required, or install using `xcode-select --install` - free Apple Developer registration required, or install using `xcode-select --install`
- [Python](https://www.python.org/downloads/) 3.7.0 or later
- ensure your Python installation has properly created `/Library/Frameworks/Python.framework/Versions/<version>`
Additional dependencies (may be built via included script): Additional dependencies (may be built via included script):