.. :copyright: Copyright (c) 2014 ftrack .. _installing: ********** Installing ********** .. highlight:: bash 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 `_ >= 3.3.11 * `Python `_ >=2.7.9, <4.0 * `Requests `_ >= 2, <3 * `Arrow `_ >= 0.4.4, < 1 * `termcolor `_ >= 1.1.0, < 2 * `pyparsing `_ >= 2.0, < 3 * `Clique `_ >= 1.2.0, < 2 * `websocket-client `_ >= 0.40.0, < 1 Additional For building ----------------------- * `Sphinx `_ >= 1.2.2, < 1.6 * `sphinx_rtd_theme `_ >= 0.1.6, < 1 * `Lowdown `_ >= 0.1.0, < 2 Additional For testing ---------------------- * `Pytest `_ >= 2.7, < 3 * `pytest-mock `_ >= 0.4, < 1, * `pytest-catchlog `_ >= 1, <=2