Installing Pyfi
Project Fifo has a client CLI tool that can be used for most Fifo operations. PyFi can be installed on a Fifo service node or on any remote computer.
git clone https://github.com/project-fifo/pyfi.git
cd pyfi
[sudo] python setup.py install
Once installed PyFi can be configured with:
fifo --config
Updated less than a minute ago