Installing
Installation is simple with pip:
pip install ftrack-python-api
Building from source
You can also build manually from the source for more control. First obtain a copy of the source by either downloading the files directly from PyPi or cloning the public repository:
git clone git@github.com:ftrackhq/ftrack-python.git
Then you can build and install the package into your current Python site-packages folder:
python setup.py install
Alternatively, just build locally and manage yourself:
python setup.py build
Running tests against the source
With a copy of the source it is also possible to run the unit tests:
python setup.py test