Install the Darwin SDK
An SDK how-to guide. SDK power-users can refer to our full SDK docs generated from our source code here
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 contains extensions written in C, 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