Update python brew install command

python3 is renamed to python in Homebrew formula. [Link](https://docs.brew.sh/Homebrew-and-Python)
>> Homebrew provides one formula for Python 3.x (python) and another for Python 2.7.x (python@2).
This commit is contained in:
Hanton 2018-04-21 11:06:40 +08:00 committed by GitHub
parent 58481a7a2d
commit 8598b779d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -73,7 +73,7 @@ open-source libraries on which **MoltenVK** relies:
1. Ensure you have `cmake` and `python3` installed:
brew install cmake
brew install python3
brew install python
For faster dependency builds, you can also optionally install `ninja`: