Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 415 Bytes

python-install-mac.rst

File metadata and controls

21 lines (12 loc) · 415 Bytes

For Mac OS

As a pre-requisite, you need to have XCode installed.

To install the SDK run:

$ export ARCHFLAGS=”-Wno-error=unused-command-line-argument-hard-error-in-future”
$ pip install uforge-python-sdk

Upgrading the SDK

To upgrade an already installed SDK, run:

$ pip install --upgrade uforge-python-sdk