No need to install Qt for macOS in build instructions

This commit is contained in:
Micah Lee 2020-10-28 16:50:17 -07:00
parent 1116c9a029
commit 60e8270620
No known key found for this signature in database
GPG key ID: 403C2657CD994F73

View file

@ -48,8 +48,6 @@ Create a .rpm:
Download and install Python 3.9.0 from https://www.python.org/downloads/release/python-390/. I downloaded `python-3.9.0-macosx10.9.pkg`.
Install Qt 5.14.0 for macOS from https://www.qt.io/offline-installers. I downloaded `qt-opensource-mac-x64-5.14.0.dmg`. In the installer, you can skip making an account, and all you need is `Qt` > `Qt 5.14.0` > `macOS`.
If you don't have it already, install poetry (`pip3 install --user poetry`). Then install dependencies:
```sh