I am on Windows and I am trying to figure how to use Pyinstaller to make a file (on Windows) for a Mac.
I have no trouble with Windows I am just not sure how I would make a file for another OS on it.
What I tried in cmd was: pyinstaller -F myfile.py and I am not sure what to change to make a Mac compatible file.