Installing
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 zipball or cloning the public repository
git clone git@github.com:ftrackhq/ftrack-perforce-location.git
You can then build and install the plugin
python setup.py build_plugin
The result plugin will then be available under the build
folder.
Copy or symlink the result plugin folder in your FTRACK_CONNECT_PLUGIN_PATH
.
Standalone location
In case you want to use this location as standalone (without connect running), please remember to set
FTRACK_EVENT_PLUGIN_PATH
to the location folder under the plugin root.
note
In order to authenticate to perforce, from command line, please use
p4 -u <your username> login