Install the Darwin SDK
See how to install the V7 Darwin SDK
To install Darwin's Software Development Kit, open up the Terminal on a Mac, or Command Prompt on a PC and enter the following command:
pip install darwin-py
C/C++ Compilation Errors
When installing darwin-py, Upolygon will be installed with it. Because Upolygon is written in Cython, it must be compiled on your device.
To do this, you'll need to have an appropriate compiler installed such as Xcode (MacOS) or Microsoft Visual C++ (Windows).
Updated 4 months ago
Next up