Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 503 Bytes

python-install-linux.rst

File metadata and controls

31 lines (18 loc) · 503 Bytes

For Linux

First, you need to install extra packages on your system, and then install the SDK package.

Debian

$ apt-get install python-dev gcc
$ pip install uforge-python-sdk

Red Hat and CentOS

$ yum install gcc python-devel
$ pip install uforge-python-sdk

Upgrading the SDK

To upgrade an already installed SDK, run:

$ pip install --upgrade uforge-python-sdk