python

Gitter pysfm pypi pypi downloads

Quick start

SFM SDK for python is called as pysfm. Also, it is hosted on https://pypi.python.org/. The pysfm is programmed by pure python source code. So it is basically works based on cross-platform SDK. It is tested on Windows, Linux and Mac OSX.

Installation

Install the latest version of pysfm with pip:

pip install pysfm

Upgrading

To upgrade pysfm to the latest version, use pip:

pip install --upgrade pysfm

Examples

Some examples are shared at https://github.com/supremainc/sfm-sdk-python

For detailed instructions, see the tutorial of pysfm